diff options
| author | diogo464 <[email protected]> | 2025-07-17 14:35:28 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-07-17 14:35:28 +0100 |
| commit | 049d0186ffaecae2bc67b2acd1ce5f5eb9d4a040 (patch) | |
| tree | 79a04e6ff9f8c7cdbd0032d97208626ba3ee6b0c /.claude | |
| parent | bb7557d8d564be6ccc92662cc255a2fc3decd051 (diff) | |
updated claude release command
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/commands/release.md | 3 |
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 | |||
| 18 | Important: | 18 | Important: |
| 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 | ||
