summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-09-09 21:32:12 +0200
committerPhilipp Matthias Schaefer <philipp.matthias.schaefer@posteo.de>2016-09-09 21:32:12 +0200
commitf8d5f3823c29d91184530bb42523a191c4f0d666 (patch)
treeb67cdbaebbd4e2554a5051c07dce97d25b03b03c
parentef14f7292da5fc2be98e1300544795eeaeedd9ef (diff)
downloadnix-f8d5f3823c29d91184530bb42523a191c4f0d666.zip
Small fixes to RELEASE_PROCEDURE.md
-rw-r--r--RELEASE_PROCEDURE.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md
index ba107cb5..14496f23 100644
--- a/RELEASE_PROCEDURE.md
+++ b/RELEASE_PROCEDURE.md
@@ -19,9 +19,9 @@ The release is prepared as follows:
- In `README.md`, update the version in the Usage section to the new
version.
- Make a pull request.
-- Once the PR is merged, tag the merge commit, eg `git tag v0.8.3
+- Once the PR is merged, tag the merge commit, e.g. `git tag v0.8.3
$MERGE_COMMIT_SHA1`.
-- Push the tag, eg `git push v0.8.3`.
+- Push the tag, e.g. `git push origin v0.8.3`.
# Create Release
@@ -34,7 +34,7 @@ After the release a commit with the following changes is added to the master
branch.
- Add a new Unreleased section header to CHANGELOG.md.
-- In `Cargo.toml`, update the version to the next `-dev` version, eg
+- In `Cargo.toml`, update the version to the next `-dev` version, e.g.
`v0.8.4-dev`.
- In `Cargo.tml`, revert the libc dependency to its git master branch.
- Commit with a message like "Bump to v0.8.4-dev"