Release Promotion Checklist
Stable promotion
-
npm run typecheckpasses -
npm run buildpasses -
npm run test:coveragepasses -
npm run test:pack-smokepasses - CI gates are green
-
CHANGELOG.mdupdated under## Unreleased -
src/documentation/upgrade-guide.mdupdated for breaking/notable changes - release qualification checklist complete
LTS promotion
- Stable promotion checklist complete
- support policy published for line
- versioning policy remains aligned
- backward compatibility promises locked by tests
- public API freeze rules active
- consumer docs complete from installation to support
- coverage target reached
Blockers
Do not promote when:- changelog is stale
- upgrade guidance is missing
- smoke validation is red
- compatibility contracts are failing
- support expectations are undocumented