Skip to content

Commit 6e1ae93

Browse files
author
Bryant Mairs
committed
[skip ci] Update the release procedure
1 parent 8d1766e commit 6e1ae93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE_PROCEDURE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ The release is prepared as follows:
3333
After the release make a pull request with the following changes:
3434

3535
- Add a new Unreleased section header to `CHANGELOG.md`.
36-
- In `Cargo.toml`, update the version to the nextversion, e.g.
37-
`v0.8.4`.
36+
- In `Cargo.toml`, update the version incrementing the patch version and marking
37+
it as a pre-release, e.g. `v0.8.4-pre`.
3838
- In `Cargo.toml`, revert the libc dependency to its git master branch.
39-
- Make a commit of the above changes with a message like "[skip ci] Bump to v0.8.4"
39+
- Make a commit of the above changes with a message like "[skip ci] Bump to v0.8.4-pre"
4040
- This skips continuous integration testing on the build bots and Travis CI

0 commit comments

Comments
 (0)