Skip to content

Commit

Permalink
Update release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Sep 11, 2022
1 parent 90c8f08 commit a02e0af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,9 @@ New features should go on the `develop` branch before they are released, and the
Here's a checklist of things to do for a new release.
- Run `cargo test` and verify that all tests pass
- Update version in `Cargo.toml`
- Run `cargo build` so that `Cargo.lock` is also updated
- Run `cargo build` so that `Cargo.lock` is also updated, and make a commit with the updated versions.
- `git checkout master && git merge --no-ff develop`. The commit title should be "Version X.Y.Z" and the commit message should contain the changelog.
- `git tag vX.Y.Z`
- `git push --tags`
Expand Down

0 comments on commit a02e0af

Please sign in to comment.