aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2024-07-12 10:01:14 -0700
committerJack O'Connor <[email protected]>2024-07-12 10:01:14 -0700
commitfc2f7e4206f016b0cac0593f23a7d5976ce066e6 (patch)
tree2e855b4122ec2bb26fe6f96abb51d032d9a7c7e4
parent27cbd6bdd5a8e9c3cf7f3e8f682056d297a8ba36 (diff)
--dry-run is no longer needed in the release checklist
-rw-r--r--tools/release.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/release.md b/tools/release.md
index 924f327..0d05eba 100644
--- a/tools/release.md
+++ b/tools/release.md
@@ -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/.