dev and moves through dev -> test -> pprd -> prod
using pull requests.
Change lifecycle
- Branch from the latest
devand use Conventional Commits. - Open a pull request into
devand resolve review and automated checks. - Add
merge-readywhen the pull request is approved for the Mergify queue. - Promote
dev -> test,test -> pprd, andpprd -> prodwith dedicated PRs. - Release Please records changes already on
prodin one platform release. - Merge a reviewed
prod -> devrelease-sync PR before the next promotion cycle.
Ownership map
See CI/CD, GitHub Rulesets, and
Release Process.
