LLDBranching & Release Strategy
v1.2 is unreleased — see v1.1 for the current stable release.
PR Approval Flow
Who approves each promotion and the merge strategy used.
PR Approval Flow
| Promotion | Approver | Merge strategy |
|---|---|---|
feature/fix → develop | Lead Developer | Squash and merge |
develop → qa | QA team | 3-way merge |
qa → main | RevDau team | 3-way merge |
Every push to develop, qa, or main triggers that repo's build_push.yml (or build-publish-and-deploy.yml for mcm-devops/mcm-nexus), which builds the Docker image, tags it per branch, and — on main only — cuts a GitHub Release. See Deployment Environments for what that push actually deploys, and to where.