1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-08 03:30:45 +02:00

--dry-run is no longer needed in the release checklist

This commit is contained in:
Jack O'Connor 2024-07-12 10:01:14 -07:00
parent 27cbd6bdd5
commit fc2f7e4206

View File

@ -12,5 +12,4 @@
- `git tag` the version bump commit with the new version number.
- `git push --tags`
- `cargo publish` in the root.
- `cargo publish --dry-run` in b3sum/ and make sure it fetches the just-published library version.
- `cargo publish` in b3sum/.