Release Flow
This page captures the release-flow template for the Antrix platform. Fill in team-specific details as the process is confirmed.
Recommended release documentation
- change summary
- affected repositories
- environment target
- required config changes
- DB migration or seed impact
- smoke test checklist
- rollback plan
Suggested flow
- merge approved code changes
- update central docs if behavior or setup changed
- build affected frontend and backend services
- deploy to target environment
- run smoke tests
- log release notes and known issues
Documentation rule
Any release that changes:
- service boundaries
- local setup
- environment config expectations
- login or access flow
should update this site before or with the code release.