Skip to content

Commit

Permalink
Merge pull request #48 from hiltontj/update-release-checklist
Browse files Browse the repository at this point in the history
Add a line for tagging the release to the release checklist
  • Loading branch information
hiltontj authored Jul 6, 2023
2 parents 50fbe43 + 9fb4964 commit 04c6ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RELEASE-CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@
- [ ] For each crate, in sub-crate to super-crate order, publish the crates from the workspace that had their versions bumped:
- [ ] Run `cargo publish -p <crate name> —dry-run`, to check that all is good
- [ ] Run `cargo publish -p <crate name>`, to do the actual release
- [ ] Create a new release tag in Github using the naming convention `vX.Y.Z` and copy the relevant section from the changelog as the release documentation.

0 comments on commit 04c6ccf

Please sign in to comment.