Release policy
Treat every upgrade as a production change with verification steps.
Upgrade checklist
- Read release notes and breaking changes.
- Validate environment variable changes.
- Deploy to staging first.
- Run schema/content smoke tests.
- Promote to production.
Recommended note format
For each release, include:
- Date
- Version
- Added
- Changed
- Fixed
- Migration steps
- Rollback notes
Example entry template
## 2026-02-25 - v0.x.y
### Added
- ...
### Changed
- ...
### Fixed
- ...
### Migration
- ...