Release Governance
Versioning
Use semantic versioning when the project publishes artifacts:
MAJOR: incompatible changesMINOR: backward-compatible featuresPATCH: backward-compatible fixes- prerelease labels for alpha, beta, and release candidates
Release Checklist
Use templates/release-checklist.md for every release.
Required Evidence
- passing CI
- updated documentation
- known limitations
- rollback instructions
- security findings disposition
- release notes
Promotion
Promote through environments in order:
- development
- staging
- production
Production promotion should be gated by reviewers.