File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ The release is prepared as follows:
33
33
After the release make a pull request with the following changes:
34
34
35
35
- 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 ` .
38
38
- 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 "
40
40
- This skips continuous integration testing on the build bots and Travis CI
You can’t perform that action at this time.
0 commit comments