-
Notifications
You must be signed in to change notification settings - Fork 0
Release Playbook
github-actions[bot] edited this page Aug 15, 2026
·
1 revision
This page explains how a code change becomes a trustworthy public release.
- Keep the change focused and update user-facing documentation.
- Run
npm run quality:gate. - Review security boundaries: credentials, RLS, private attachments, provider calls, and authorization changes.
- Test the changed journey with the smallest realistic reproduction.
- Apply required migrations in the documented order.
- Confirm Vercel production variables and Supabase redirect URLs.
- Confirm deep-link refresh and critical signed-in flows.
- For PWA changes, inspect the manifest, worker, icons, and a real iPhone and Android install journey.
- Test the live application, not only the Vercel build log.
- Check an existing installed PWA after closing and reopening it, so a waiting worker can activate safely.
- Watch the error, delivery, and provider surfaces appropriate to the change.
- Record a concise release note or changelog entry when behavior changed.
The canonical detail is in Production Operations and QA and production readiness.