| name | release-check |
| description | Check whether a change is ready to release by reviewing diff, tests, docs, risks, and migration notes. |
Release Check
Use this workflow before tagging, publishing, deploying, or merging release-facing changes.
Workflow
- Inspect the diff and scope.
- Check whether tests were added or updated for behavior changes.
- Check whether docs, examples, and changelog entries are current.
- Identify breaking changes and required migration notes.
- Check security, privacy, permission, and data-loss risks.
- Review build, packaging, and release commands.
- Produce a release readiness summary.
Final Report
Include:
- readiness status
- required blockers
- verification status
- breaking changes or migration notes
- security risks
- suggested release next step