Use this process for public website launches, product releases, and important documentation updates.
- Patch: typo, small doc, low-risk config, minor bug fix.
- Minor: new doc set, new workflow, new app feature, non-breaking product change.
- Major: framework migration, hosting change, security posture change, breaking API or user-flow change.
- Pull request reviewed.
npm run checkpasses.- Security impact reviewed.
- Performance impact reviewed for user-facing work.
- SEO impact reviewed for public pages.
- Accessibility impact reviewed for UI changes.
- Rollback path documented.
- Monitoring or analytics impact understood.
## Summary
## Changes
## Verification
## Risks
## Rollback
- Prioritize containment and user impact.
- Keep the change minimal.
- Document what was skipped because of urgency.
- Follow up with tests, docs, or cleanup immediately after the incident is stable.