aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.claude/commands/release.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/.claude/commands/release.md b/.claude/commands/release.md
index a1ec500..f0defb8 100644
--- a/.claude/commands/release.md
+++ b/.claude/commands/release.md
@@ -18,4 +18,5 @@ This will trigger the GitHub Actions workflow that automatically builds and rele
18Important: 18Important:
19- The version should be provided without the 'v' prefix (e.g., "1.0.0" not "v1.0.0") 19- The version should be provided without the 'v' prefix (e.g., "1.0.0" not "v1.0.0")
20- Make sure all changes are committed before running this command 20- Make sure all changes are committed before running this command
21- The GitHub Actions workflow will handle building binaries for all platforms and creating the release \ No newline at end of file 21- The GitHub Actions workflow will handle building binaries for all platforms and creating the release
22- Run `cargo build` after updating the version in `Cargo.toml` so the `Cargo.lock` gets updated