You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First concrete step of milestone #13. Driven by RFC #267.
What
Create a new branch release/v11 from the current main HEAD. From this point onward, release/v11 is the home of all v11.x releases; main continues to receive v11 work (cherry-picked back when needed) and is also where v12-prep starts.
Acceptance criteria
release/v11 exists on origin, pointing at the chosen commit on main.
No commits land directly on release/v11 yet — that comes with the cherry-pick / hotfix flow.
CHANGELOG entry under [Unreleased] — 11.0 → ### Process noting the cut and the new flow.
Notes
The cut commit should be the latest stable main HEAD at execution time. No need to pick a special commit — main is currently the source of truth.
First concrete step of milestone #13. Driven by RFC #267.
What
Create a new branch
release/v11from the currentmainHEAD. From this point onward,release/v11is the home of all v11.x releases;maincontinues to receive v11 work (cherry-picked back when needed) and is also where v12-prep starts.Acceptance criteria
release/v11exists on origin, pointing at the chosen commit onmain.release/v11yet — that comes with the cherry-pick / hotfix flow.[Unreleased] — 11.0→### Processnoting the cut and the new flow.Notes
mainHEAD at execution time. No need to pick a special commit —mainis currently the source of truth.main, so this cut doesn't race with an auto-publish.Depends on
Blocks
release/v11.main'sversion.jsonbump to 12.0.release.ymlto tag-triggered.