From fa127b2030f4b23f52597ceb7ca02711ec3d9783 Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sun, 20 Nov 2022 13:23:35 -0800 Subject: [PATCH] small update to release.md --- tools/release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/release.md b/tools/release.md index 5c1f67e..47593b2 100644 --- a/tools/release.md +++ b/tools/release.md @@ -4,7 +4,7 @@ - Bump the version in the root Cargo.toml. - Bump the version in b3sum/Cargo.toml. - Delete b3sum/Cargo.lock and recreate it with `cargo build` or similar. -- Update the `--help` output (including the version number) in b3sum/README.md. +- Update the `--help` output in b3sum/README.md if it's changed. - Bump `BLAKE3_VERSION_STRING` in c/blake3.h. - Make a version bump commit with change notes. - `git push` and make sure CI is green.