Skip to content

Commit cde860c

Browse files
committed
[skip ci] Update cargo-release syntax in the docs
1 parent 5197647 commit cde860c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASE_PROCEDURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ The release is prepared as follows:
1414
- Ask for a new libc version if, necessary. It usually is. Then update the
1515
dependency in Cargo.toml accordingly.
1616
- Confirm that everything's ready for a release by running
17-
`cargo release --dry-run <patch|minor|major>`
18-
- Create the release with `cargo release <patch|minor|major>`
17+
`cargo release <patch|minor|major>`
18+
- Create the release with `cargo release -x <patch|minor|major>`

0 commit comments

Comments
 (0)