Skip to content

Commit

Permalink
add it to RELEASE_PROCEDURE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed Oct 4, 2023
1 parent 286c8f0 commit 0b25802
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASE_PROCEDURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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.
- Update the version number in `Cargo.toml`
- Generate `CHANGELOG.md` for this release by
`towncrier build --version=<VERSION> --yes`
- Confirm that everything's ready for a release by running
`cargo release <patch|minor|major>`
- Create the release with `cargo release -x <patch|minor|major>`
Expand Down

0 comments on commit 0b25802

Please sign in to comment.