summaryrefslogtreecommitdiffstats
path: root/RELEASE-CHECKLIST.md
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-29 09:49:45 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-29 09:49:45 -0400
commitb1e3de246c7cfd88f43a25cfdce19adf4d2c9283 (patch)
tree6a42dfc2c9e5a596f6529a6c4ed2f6f6323c1afc /RELEASE-CHECKLIST.md
parentbb36fc1bf8fa2a0a7387cdbb07e36c07e77ff97b (diff)
changelog: add empty TBD section to CHANGELOG
And update the release checklist to mention this process.
Diffstat (limited to 'RELEASE-CHECKLIST.md')
-rw-r--r--RELEASE-CHECKLIST.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md
index 045fa449..255708f3 100644
--- a/RELEASE-CHECKLIST.md
+++ b/RELEASE-CHECKLIST.md
@@ -38,6 +38,12 @@ Release Checklist
* Run `ci/sha256-releases {VERSION} >> pkg/brew/ripgrep-bin.rb`. Then edit
`pkg/brew/ripgrep-bin.rb` to update the version number and sha256 hashes.
Remove extraneous stuff added by `ci/sha256-releases`. Commit changes.
+* Add TBD section to the top of the CHANGELOG:
+ ```
+ TBD
+ ===
+ Unreleased changes. Release notes have not yet been written.
+ ```
Note that
[`cargo-up` can be found in BurntSushi's dotfiles](https://github.com/BurntSushi/dotfiles/blob/master/bin/cargo-up).