summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2021-06-12 08:13:11 -0400
committerAndrew Gallant <jamslam@gmail.com>2021-06-12 08:13:29 -0400
commitc44d263419abe86e449251cd5315048e7911b394 (patch)
treedaa10423d631c604c74d2595bd91b77cd4fa5023
parentaf6b6c543b224d348a8876f0c06245d9ea7929c5 (diff)
release: add note about pushing changes
-rw-r--r--RELEASE-CHECKLIST.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md
index e287860c..5f9f9dce 100644
--- a/RELEASE-CHECKLIST.md
+++ b/RELEASE-CHECKLIST.md
@@ -26,6 +26,8 @@ Release Checklist
`cargo update -p ripgrep` so that the `Cargo.lock` is updated. Commit the
changes and create a new signed tag. Alternatively, use
`cargo-up --no-push --no-release Cargo.toml {VERSION}` to automate this.
+* Push changes to GitHub, including the tag. (But do not publish new version of
+ ripgrep to crates.io yet.)
* Wait for CI to finish creating the release. If the release build fails, then
delete the tag from GitHub, make fixes, re-tag, delete the release and push.
* Copy the relevant section of the CHANGELOG to the tagged release notes.