summaryrefslogtreecommitdiff
path: root/RELEASE_PROCEDURE.md
diff options
context:
space:
mode:
Diffstat (limited 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 14496f23..9502765c 100644
--- a/RELEASE_PROCEDURE.md
+++ b/RELEASE_PROCEDURE.md
@@ -34,8 +34,8 @@ 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, e.g.
- `v0.8.4-dev`.
+- In `Cargo.toml`, update the version to the nextversion, e.g.
+ `v0.8.4`.
- In `Cargo.tml`, revert the libc dependency to its git master branch.
-- Commit with a message like "Bump to v0.8.4-dev"
+- Commit with a message like "Bump to v0.8.4"
- Make a pull request.