summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2023-11-26 15:25:23 -0500
committerAndrew Gallant <jamslam@gmail.com>2023-11-26 15:25:23 -0500
commiteeffcd50b71e84a6345c83d8a4c574d3543462ab (patch)
treee57484540c5cc580ae23730395134056cd30fd3e
parent625743d7c833023c7a196b26650cba4dba6cdb48 (diff)
doc: add step to run 'cargo package'
-rw-r--r--RELEASE-CHECKLIST.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md
index 49fb9727..c6f0d28d 100644
--- a/RELEASE-CHECKLIST.md
+++ b/RELEASE-CHECKLIST.md
@@ -27,6 +27,7 @@
`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.
+* Run `cargo package` and ensure it succeeds.
* Push changes to GitHub, NOT including the tag. (But do not publish a new
version of ripgrep to crates.io yet.)
* Once CI for `master` finishes successfully, push the version tag. (Trying to