docs(gitflow): add branch protection verification checklist

This commit is contained in:
2026-02-11 19:09:57 +01:00
parent ccac669454
commit f9f2b4eb15
2 changed files with 29 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ This file is the single source of truth for roadmap and delivery progress.
### MVP0 Close-Out Checklist
- [ ] [P1] Verify and document protected branch rules in Gitea (`main`, `staging`)
- [~] [P1] Verify and document protected branch rules in Gitea (`main`, `staging`)
- [ ] [P1] Run first staging deployment against a real host with deploy workflow and document result
- [x] [P1] Replace release workflow placeholders with real release-notes and rollback execution steps
- [x] [P1] Expose runtime version + short git hash in admin and public app footer
@@ -219,6 +219,7 @@ This file is the single source of truth for roadmap and delivery progress.
- [2026-02-10] Docs now include a domain glossary, public API glossary, and ADR baseline with initial accepted decision (`ADR 0001`).
- [2026-02-10] Delivery and release governance now include branch/PR policy checks, deploy/release workflows, and explicit versioning policy (`VERSIONING.md`).
- [2026-02-11] Release workflow now publishes changelog-derived notes to Gitea releases and supports executable production rollback via SSH + compose tag switch.
- [2026-02-11] Branch protection verification checklist is now documented; final UI-level verification remains environment-specific.
## How We Use This File