Release Process¶

CI/CD dashboard for release readiness and workflow status.
The canonical release checklist is maintained in the repository root at RELEASE.md.
Use this docs page when browsing the published documentation site. In short:
- Keep package versions, tags, release notes, and
CHANGELOG.mdaligned. - Run deterministic docs, backend, and frontend checks before tagging.
- Publish images only from
mainor semver tags. - Use the protected
releaseGitHub Environment for package or image publishing. - Keep company deployments in external-nginx mode unless a maintainer explicitly chooses a different topology.