summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-12-17 02:25:02 +0000
committerGitHub <noreply@github.com>2021-12-17 02:25:02 +0000
commit81c0cf4dc6fc52cb7db08aa871062b72c2bb85f4 (patch)
tree101748fb084249e9cc593d7a9c7911dce27ef1b6
parent79ee0a5cbf96bc77e018a4c829e06593d792d3d0 (diff)
parentcde860cce4381b12ba15b7c9e9c8da1b0b57bb53 (diff)
downloadnix-81c0cf4dc6fc52cb7db08aa871062b72c2bb85f4.zip
Merge #1608
1608: [skip ci] Update cargo-release syntax in the docs r=rtzoeller a=asomers Co-authored-by: Alan Somers <asomers@gmail.com>
-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>`