From fc2f7e4206f016b0cac0593f23a7d5976ce066e6 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Fri, 12 Jul 2024 10:01:14 -0700 Subject: [PATCH] --dry-run is no longer needed in the release checklist --- tools/release.md | 1 - 1 file changed, 1 deletion(-) 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/.