Skip to content

Commit f1aa32b

Browse files
MajorTalclaude
andcommitted
chore(publish): skip tweet step for patch releases
Patch bumps are bug fixes and don't warrant release tweets. Only generate tweet options for minor/major releases. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e0974da commit f1aa32b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/commands/publish.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ Stage all three files and commit: `git add package.json cli/package.json package
4848

4949
## Twitter summary
5050

51-
Write a tweet-ready summary of the release. This is the last thing you do.
51+
**Skip this step for patch releases.** Patch bumps are bug fixes / internal changes and don't warrant a tweet. If the user picked `patch` in the version-bump step, stop here — do not generate tweet options.
52+
53+
For `minor` or `major` releases, write a tweet-ready summary of the release. This is the last thing you do.
5254

5355
Guidelines:
5456
- **Focus on what developers can now build**, not what changed internally. "Your agents can now send HTML emails" not "Added raw HTML mode to email tool".

0 commit comments

Comments
 (0)