feat: release-please versioning + zero-cooldown automerge for consumers#19
Merged
Conversation
Auto-versions this repo via release-please (Conventional Commits): fix:/chore: -> patch, feat: -> minor (auto-merged on green once branch protection's zizmor check passes), feat!/BREAKING -> major (release PR left open for manual approval). On release, the moving major tag (vN) is force-moved to the released commit. Adds a Renovate rule in the shared preset so consumers of roleme/workflows pick up new releases with no minimumReleaseAge soak and auto-merge non-major bumps once their own required checks are green. Major bumps stay manual. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
c9e8509 to
5ff5602
Compare
This was referenced Jun 26, 2026
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.
What
Introduces automatic SemVer versioning for this shared-workflows repo and wires consumers to pick up new versions immediately.
release-please (this repo)
.github/workflows/release-please.ymlruns on push tomain, maintains a release PR, and cuts avX.Y.Ztag when that PR merges.fix:/chore:→ patch,feat:→ minor,feat!:/BREAKING CHANGE:→ major.zizmorcheck is green.vN) is force-moved to the released commit.1.0.0(release-please-config.json+.release-please-manifest.json); merging the first release PR cutsv1.0.0andv1.Shared Renovate preset
roleme/workflows:minimumReleaseAge: 0(no 10-day soak) +automergefor non-major bumps. Consumers' own required checks are the green gate.roleme/workflowsnever auto-merge (labelledbreaking-change).Consumer rollout (follow-up)
After this merges and
v1.0.0is cut, consumer repos repoint their reusable refs from@<sha> # mainto@<sha> # v1.0.0. Starting withdocker_infra; thenasia-trip-bot,training_tracker.Notes
mainwithzizmoras a required check + repo auto-merge enabled (configured alongside this PR) so the auto-merge gate is real.🤖 Generated with Claude Code