aboutsummaryrefslogtreecommitdiff
path: root/.claude
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-07-17 14:35:28 +0100
committerdiogo464 <[email protected]>2025-07-17 14:35:28 +0100
commit049d0186ffaecae2bc67b2acd1ce5f5eb9d4a040 (patch)
tree79a04e6ff9f8c7cdbd0032d97208626ba3ee6b0c /.claude
parentbb7557d8d564be6ccc92662cc255a2fc3decd051 (diff)
updated claude release command
Diffstat (limited to '.claude')
-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