Skip to content

Commit fb7c863

Browse files
MajorTalclaude
andcommitted
Add GitHub release creation to /publish skill
The post-publish step was only creating git tags, not GitHub releases. Added `gh release create --generate-notes` so releases appear on the GitHub releases page automatically. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bcdddad commit fb7c863

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.claude/commands/publish.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Stage all three files and commit: `git add package.json cli/package.json package
3434

3535
1. `git push` to push the version bump commit.
3636
2. Create a git tag: `git tag v<new_version> && git push --tags`
37-
3. Print a summary of what was published, including the new version and npm URLs:
37+
3. Create a GitHub release from the tag using `gh release create v<new_version> --generate-notes`. This auto-generates release notes from commits since the last release.
38+
4. Print a summary of what was published, including the new version and npm URLs:
3839
- https://www.npmjs.com/package/run402-mcp
3940
- https://www.npmjs.com/package/run402

0 commit comments

Comments
 (0)