We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1e9f0 commit 1a32a87Copy full SHA for 1a32a87
RELEASE_PROCEDURE.md
@@ -13,6 +13,9 @@ The release is prepared as follows:
13
14
- Ask for a new libc version if, necessary. It usually is. Then update the
15
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`
19
- Confirm that everything's ready for a release by running
20
`cargo release <patch|minor|major>`
21
- Create the release with `cargo release -x <patch|minor|major>`
0 commit comments