summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2021-12-16 19:00:34 -0700
committerAlan Somers <asomers@gmail.com>2021-12-16 19:00:34 -0700
commitcde860cce4381b12ba15b7c9e9c8da1b0b57bb53 (patch)
tree142cda84c4df9847361d429f4df1e6cc5e2e1bc4
parent51976476ae3ff068b5403d39631f875e5fa701f4 (diff)
downloadnix-cde860cce4381b12ba15b7c9e9c8da1b0b57bb53.zip
[skip ci] Update cargo-release syntax in the docs
-rw-r--r--RELEASE_PROCEDURE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md
index b8cfcd81..fab41dd3 100644
--- a/RELEASE_PROCEDURE.md
+++ b/RELEASE_PROCEDURE.md
@@ -14,5 +14,5 @@ The release is prepared as follows:
- Ask for a new libc version if, necessary. It usually is. Then update the
dependency in Cargo.toml accordingly.
- Confirm that everything's ready for a release by running
- `cargo release --dry-run <patch|minor|major>`
-- Create the release with `cargo release <patch|minor|major>`
+ `cargo release <patch|minor|major>`
+- Create the release with `cargo release -x <patch|minor|major>`