Skip to content

Commit 7c0570d

Browse files
committed
Auto merge of #425 - fiveop:release_procedure, r=kamalmarhubi
Small fixes to RELEASE_PROCEDURE.md I decided against adding a line for a local test of the commit, because we have the full build in the CI and you might miss something locally anyway.
2 parents f0cb2bf + f8d5f38 commit 7c0570d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE_PROCEDURE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ The release is prepared as follows:
1919
- In `README.md`, update the version in the Usage section to the new
2020
version.
2121
- Make a pull request.
22-
- Once the PR is merged, tag the merge commit, eg `git tag v0.8.3
22+
- Once the PR is merged, tag the merge commit, e.g. `git tag v0.8.3
2323
$MERGE_COMMIT_SHA1`.
24-
- Push the tag, eg `git push v0.8.3`.
24+
- Push the tag, e.g. `git push origin v0.8.3`.
2525

2626
# Create Release
2727

@@ -34,7 +34,7 @@ After the release a commit with the following changes is added to the master
3434
branch.
3535

3636
- Add a new Unreleased section header to CHANGELOG.md.
37-
- In `Cargo.toml`, update the version to the next `-dev` version, eg
37+
- In `Cargo.toml`, update the version to the next `-dev` version, e.g.
3838
`v0.8.4-dev`.
3939
- In `Cargo.tml`, revert the libc dependency to its git master branch.
4040
- Commit with a message like "Bump to v0.8.4-dev"

0 commit comments

Comments
 (0)