chore(release): add /release slash command for weekly ritual#62
Merged
Conversation
Adds a Claude Code slash command that runs the Friday release flow: auto-detects semver bump, generates the GitHub release via the native generate-notes API, drafts a customer-facing email in Cal.com style (themed prose, no internal references), runs the humanizer skill on the email prose, and saves mirrors to releases/<version>/.
Replaces semver-by-commit-type detection with sequential numbering. Patch increments on every release; rolls over to minor at patch=10; rolls over to major at minor=10. No manual override — every release is the next number in sequence.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Claude Code slash command at
.claude/commands/release.mdthat runs the Friday release ritual end-to-end:main, clean tree, in sync with origin, commits since last tag exist)releases/generate-notesAPI (flatby @author in #PRformat)Cheers, Paulo Castellano from TryPost.itsignaturehumanizerskill on the email prose only (not on the technical changelog)releases/<version>/changelog.md+releases/<version>/email.mdTest plan
/releaseonmainto cut the first tagv1.0.0releases/v1.0.0/changelog.mdmirrors the GitHub release notesreleases/v1.0.0/email.mdhas subject in frontmatter, themed sections without commit/PR references, and the personal signature