From c6f270f0f03391d3591f5f1a6ad224c9930878bd Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 15 Mar 2026 09:28:50 +0000 Subject: [PATCH 1/2] Command updates --- .claude/commands/release.md | 4 +++- .claude/commands/rmbranch.md | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.claude/commands/release.md b/.claude/commands/release.md index a37ab4f..48eab18 100644 --- a/.claude/commands/release.md +++ b/.claude/commands/release.md @@ -1,4 +1,6 @@ Create release: $ARGUMENTS 1. Read @README.md file to understand how to publish this release. 1. Perform the git cli commands -1. Use gh to create the release and publish \ No newline at end of file +1. Use gh to create the release and publish + +NOTE: The PR will run a few guardrail checks, so you'll need to wait for these to complete before merging. \ No newline at end of file diff --git a/.claude/commands/rmbranch.md b/.claude/commands/rmbranch.md index e2d6af6..c65c161 100644 --- a/.claude/commands/rmbranch.md +++ b/.claude/commands/rmbranch.md @@ -1 +1,2 @@ -If you're not in the main branch, delete the local git branch you're in and move back to main. \ No newline at end of file +If you're not in the main branch, delete the local git branch you're in and move back to main. +Once done, pull the latest main from origin. \ No newline at end of file From c5fa5c1f6f5d53a31af098f21b6cc7bb7be6a82b Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 15 Mar 2026 09:30:34 +0000 Subject: [PATCH 2/2] Minor update to instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b293a0..61ba22d 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ gh pr create --title "chore: bump version to 1.0.0b1" --body "Version bump for b # - Tag: v1.0.0b1 (target: main) # - Check "This is a pre-release" # - Publish release +# - Delete the chore branchs ``` ### Publishing a stable release @@ -525,6 +526,7 @@ gh pr create --title "chore: bump version to 1.0.0" --body "Version bump for sta # - Tag: v1.0.0 (target: main) # - Do NOT check "This is a pre-release" # - Publish release +# - Delete the chore branchs ``` ### What happens next