Skip to content

Commit 8aeb06b

Browse files
MajorTalclaude
andcommitted
Update /publish skill: write actual release notes instead of --generate-notes
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ff277dd commit 8aeb06b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/commands/publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +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. 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.
37+
3. Create a GitHub release from the tag. Write a human-readable summary of the actual changes (features, fixes, improvements) — don't just list commit hashes or rely on `--generate-notes`. Use `gh release create v<new_version> --notes "..."` with a clear description.
3838
4. **Update `llms-cli.txt` in the run402 repo.** The CLI documentation lives in a separate repo at `~/dev/run402/site/llms-cli.txt`. If any CLI commands, manifest fields, or user-facing behavior changed since the last release, update that file to match, then commit and push the run402 repo.
3939
5. Print a summary of what was published, including the new version and npm URLs:
4040
- https://www.npmjs.com/package/run402-mcp

0 commit comments

Comments
 (0)