We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c4c25 commit d0ee1d2Copy full SHA for d0ee1d2
1 file changed
.claude/commands/prep-release.md
@@ -10,8 +10,8 @@ $ARGUMENTS <version>
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
+3. Checkout the master branch
+4. Merge develop into master
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>".
0 commit comments