summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>`