summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2018-02-01 06:09:18 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2018-02-01 06:09:18 +0000
commit57155dcc2f91cce59cae7110f8eb6dc848d62e95 (patch)
tree6ce8f7feaac2c0eb667ec5897b0db773283b0f19
parentebf75050f2f2726808308f76253f27c97aa6db15 (diff)
parent3a61b616151cebd3746a670339b06603ba7f6971 (diff)
downloadnix-57155dcc2f91cce59cae7110f8eb6dc848d62e95.zip
Merge #849
849: Update RELEASE_PROCEDURE.md r=asomers a=Susurrus Based on discussion after the 0.10.0 release.
-rw-r--r--RELEASE_PROCEDURE.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md
index 25ba11d6..4946539a 100644
--- a/RELEASE_PROCEDURE.md
+++ b/RELEASE_PROCEDURE.md
@@ -30,12 +30,11 @@ The release is prepared as follows:
# After Release
-After the release a commit with the following changes is added to the master
-branch.
+After the release make a pull request with the following changes:
-- Add a new Unreleased section header to CHANGELOG.md.
+- Add a new Unreleased section header to `CHANGELOG.md`.
- In `Cargo.toml`, update the version to the nextversion, e.g.
`v0.8.4`.
- In `Cargo.toml`, revert the libc dependency to its git master branch.
-- Commit with a message like "Bump to v0.8.4"
-- Make a pull request.
+- Make a commit of the above changes with a message like "[skip ci] Bump to v0.8.4"
+ - This skips continuous integration testing on the build bots and Travis CI