Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .claude/commands/release.md
Original file line number Diff line number Diff line change
@@ -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
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.
3 changes: 2 additions & 1 deletion .claude/commands/rmbranch.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
If you're not in the main branch, delete the local git branch you're in and move back to main.
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.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading