feat: train v2 - release direct to master, drop release-PR machinery - #291
Merged
Conversation
Contributor
|
🎉 PR Validation ✅ PASSED Commit: Checks:
Ready to merge! ✨ 🔗 View workflow run |
vreshch
marked this pull request as ready for review
August 21, 2026 23:53
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.
Why
The release-PR chain (branch -> PR -> auto-merge -> self-approve
action_requiredCI -> poll merged) broke three different ways in three weeks: the repo auto-merge setting, the approval gate, and a guard field bug. The side estate's v2 trains (direct commit to master, no PRs) went 6/6 green on first soak. This drops the fragile delivery machinery and keeps everything else.Kept unchanged
workflow_dispatch$GITHUB_STEP_SUMMARYnpm run verifybefore anything reaches masterrelease.yml(a GITHUB_TOKEN push fires no push trigger)Removed
release/X.Y.Zbranch +gh pr create+gh pr merge --autoif: steps.guard...that hung off it (the stuck-open-PR state it guarded no longer exists)action_requiredruns stepAdded - fail-closed completion
git commit->git pull --rebase origin master->git push origin HEAD:master. A rejected push is a red run, never a force.concurrency: group: traintakes over the overlap protection the open-PR guard used to providetimeout-minutes30 -> 60 to cover the publish waitVerified
actionlint(1.7.7) is clean apart from the two pre-existing info-level shellcheck notices that the current file already emits (identical set before and after).Rollout
Merge, then next Friday's scheduled run is the soak. There is no dry run short of cutting a real release; a repair is a
workflow_dispatchon the train, which re-detects and skips cleanly if nothing is releasable.cli specifics
package.jsonversion line because the stalev0.24.xtags are semver-maxnpx npm-check-updates -u --target minor --dep prod,dev --filter "@agentage/*"step landed tonight and is preserved verbatimrelease.ymldispatch stays mandatory: its dispatch path is the only route past the release-gate commit-message regex@agentage/cli@X.Y.Z)