Skip to content

Commit 81c0cf4

Browse files
bors[bot]asomers
andauthored
Merge #1608
1608: [skip ci] Update cargo-release syntax in the docs r=rtzoeller a=asomers Co-authored-by: Alan Somers <[email protected]>
2 parents 79ee0a5 + cde860c commit 81c0cf4

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)