Skip to content

Release to Production

Benjamin Shen edited this page Oct 23, 2022 · 1 revision

To release to production, create a pull request that merges from master into the release branch.

The pull request needs to have at least 3 approvals from code owners.

After getting enough approvals, merge it by merge commit instead of "squash and merge" or "rebase and merge". Then, the CD job will automatically deploy the latest changes to production.

Clone this wiki locally