Skip to content

Commit 1a32a87

Browse files
committed
add it to RELEASE_PROCEDURE.md
1 parent 9e1e9f0 commit 1a32a87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE_PROCEDURE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The release is prepared as follows:
1313

1414
- Ask for a new libc version if, necessary. It usually is. Then update the
1515
dependency in Cargo.toml accordingly.
16+
- Update the version number in `Cargo.toml`
17+
- Generate `CHANGELOG.md` for this release by
18+
`towncrier build --version=<VERSION> --yes`
1619
- Confirm that everything's ready for a release by running
1720
`cargo release <patch|minor|major>`
1821
- Create the release with `cargo release -x <patch|minor|major>`

0 commit comments

Comments
 (0)