Skip to content

Commit

Permalink
Update release checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Oct 15, 2022
1 parent a4c234a commit aefb517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ 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, and make a commit with the updated versions.
- Update the release date in `CHANGELOG.md`
- `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 && git push --tags`
Expand Down

0 comments on commit aefb517

Please sign in to comment.