[ ] Technical requirements are implemented, and development is done - Development Team
[ ] Infrastructure, security, compliance, and/or other non-technical changes are implemented - DevOps team
[ ] Integrations are set up and ready to accept connection - DevOps team
[ ] Database schema changes are applied on the Staging environment - Development Team
[ ] Source code changes are deployed on the Staging environment - Development Team
[ ] Acceptance tests have passed on the Staging environment - Development Team
[ ] Observability tools have been configured to monitor the new features - DevOps team
[ ] Database schema changes are applied to the Production environment - Development Team
[ ] Source code changes are deployed on the Production environment - Development Team
[ ] Smoke tests have passed on the Production environment - Development Team
[ ] Customers have been informed about the new features via email and blog posts - Marketing team
Rollback Plan
[ ] Turn off the feature flag in case of a minor UI/UX bug
[ ] Rollback the code changes in case it causes Production degradation even when the feature flag is off
[ ] In case an issue is caused by a database schema update, apply roll forward fix
Go-live
2023-12-01
Phase: Phase 1/n | Limited release | General Availability
Status: done | reverted
Comments: Any information that could serve as a trace of why the release was reverted. Or any other valuable information that could help in the future for developing and maintaining the feature.