From 049d0186ffaecae2bc67b2acd1ce5f5eb9d4a040 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Thu, 17 Jul 2025 14:35:28 +0100 Subject: updated claude release command --- .claude/commands/release.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 Important: - The version should be provided without the 'v' prefix (e.g., "1.0.0" not "v1.0.0") - Make sure all changes are committed before running this command -- The GitHub Actions workflow will handle building binaries for all platforms and creating the release \ No newline at end of file +- The GitHub Actions workflow will handle building binaries for all platforms and creating the release +- Run `cargo build` after updating the version in `Cargo.toml` so the `Cargo.lock` gets updated -- cgit