MCMMCM DocsEngineering (Internal)
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

PromotionApproverMerge strategy
feature/fix → developLead DeveloperSquash and merge
developqaQA team3-way merge
qamainRevDau team3-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.

On this page