Skip to content

Commit

Permalink
[skip ci] Update cargo-release syntax in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Dec 17, 2021
1 parent 5197647 commit cde860c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_PROCEDURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>`

0 comments on commit cde860c

Please sign in to comment.