Release Checklist
Use this before deploying.
Before Release
Section titled “Before Release”- Requirement is clear.
- Tests pass.
- Migration plan is reviewed.
- Rollback path is known.
- Config and secrets are ready.
- Monitoring or logs can confirm behavior.
- User-facing change is documented if needed.
During Release
Section titled “During Release”- Deploy artifact version is known.
- Health check passes.
- Logs show startup success.
- Smoke test passes.
- Key user path works.
After Release
Section titled “After Release”- Metrics look normal.
- Error logs are checked.
- User path is verified.
- Stakeholders are informed.
- Follow-up risks are recorded.
Stop The Release If
Section titled “Stop The Release If”- Migration failed.
- Health check fails.
- Error rate increases.
- Rollback path is unclear.
- Sensitive data behavior is uncertain.