Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,9 @@ These are maintainer actions, not implementation tasks for the specification rep
still needs release-process verification.
- [x] Define the specification release tag convention and maintainer checklist in
[RELEASING.md](RELEASING.md); the repository release maintainer with repository-admin responsibility owns release-process controls.
- [ ] Protect the default branches and ensure release tags are created only by the agreed release workflow; `main` is currently unprotected.
- [x] Protect the default branch and release tags. main requires pull requests,
successful specification CI, and resolved conversations; force pushes and
deletion are disabled, and these controls apply to administrators. The active
v* tag ruleset permits bypass only to repository administrators. GitHub
Actions use full-SHA, GitHub-owned actions, and merged head branches are
automatically deleted.