From 3a61b616151cebd3746a670339b06603ba7f6971 Mon Sep 17 00:00:00 2001 From: Bryant Mairs Date: Sun, 28 Jan 2018 21:43:19 -0800 Subject: [skip ci] Update RELEASE_PROCEDURE.md --- RELEASE_PROCEDURE.md | 9 ++++----- 1 file 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 -- cgit v1.2.3