Skip to content

Commit 94c4c25

Browse files
committed
chore: prep release claude skill
1 parent bd27760 commit 94c4c25

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.claude/commands/prep-release.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Prep Release
2+
3+
Create a new project-level skill based on the provided intent.
4+
5+
## User Input
6+
7+
$ARGUMENTS <version>
8+
9+
## Guideliones
10+
11+
1. Make sure you are on develop.
12+
2. Make sure it is up-to-date.
13+
3. Checkout the main branch
14+
4. Merge develop into main
15+
5. Open CHANGELOG.md and update the unreleased section with the new version (if not specified, use your tool to ask the user for the version).
16+
6. Create a new Unreleased section with all sub-sections for a changelog entry: Breaking Change, Fixed, Added, Changed.
17+
7. Commit the changes with the message "chore: prepare release <version>".
18+
8. Push the changes to the remote repository.

0 commit comments

Comments
 (0)