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
Apply branch protection to release/v11 (and document the policy so future release/vN get the same treatment when cut).
Acceptance criteria
Required status checks: ubuntu-latest (matching main's gate).
Linear history required (matches the main rebase/squash-only policy).
CODEOWNER review required on PRs targeting release/v11.
Direct pushes blocked (except by maintainers using the established release-tagger account, if applicable).
Tag protection: v* tags can only be created by maintainers (limits who can fire a release).
Policy documented in docs/agents/release-and-versioning.md (or wherever the branching docs live) so the same settings get applied when release/v12 is cut later.
Sibling of milestone #13. RFC #267.
What
Apply branch protection to
release/v11(and document the policy so futurerelease/vNget the same treatment when cut).Acceptance criteria
ubuntu-latest(matchingmain's gate).mainrebase/squash-only policy).release/v11.v*tags can only be created by maintainers (limits who can fire a release).docs/agents/release-and-versioning.md(or wherever the branching docs live) so the same settings get applied whenrelease/v12is cut later.Depends on
release/v11exists.