| name | release-readiness-check |
| description | Validate that the project is ready for release |
| license | MIT |
Release Readiness Check
When to Use
- Before creating a release
- Before merging to main
- Before deploying to production
Pre-Release Checklist
Code Quality
Documentation
Version
Dependencies
Breaking Changes Check
If this release includes breaking changes:
Deployment Readiness
Release Notes Template
## [Version] - YYYY-MM-DD
### Added
- [New features]
### Changed
- [Changes to existing features]
### Fixed
- [Bug fixes]
### Breaking Changes
- [Breaking changes with migration guide]
### Dependencies
- [Updated dependencies]
Sign-off