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 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