release: v1.23.1 — promote dev to main (catch-up)#51
Merged
Conversation
Owner
Author
|
Squash-merge message — copy verbatim into the GitHub "Squash and merge" dialog: |
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.
Promotes
dev→mainvia therelease/v1.23.1branch (never a directdevmerge). main: 1.21.0 → 1.23.1.Lumped catch-up (v1.22.0 + v1.23.0 + v1.23.1 in one): per-minor staged promotion was impossible for this batch because the #43 guard regression blocked promoting any minor below the global-max tag. #49 fixes that going forward; this PR carries #49's fix, so it passes cleanly (the guard skips — HEAD's tree reproduces the v1.23.1 tag).
Merge strategy: squash-and-merge — one release commit on main. Squash message posted as a comment below.
Included (1.21.0 → 1.23.1)
47dc0ae fix(promote): guard checks any tagged-release tree; add release-process spec (#49)
1aa0767 feat(config): forge-config advisor, layout config, forge:test skill (#45)
8ba47e9 fix(guards): align block_protected_branches default and tag resolver + CHANGELOG (#43)
4e11273 fix(promote): --promotion-status filters to X.Y.0 tags only (#40)
After merge
forge-next-prep --promotion-statusshould report 'Up to date'.