Submitting Changes

1 · Kevin Cox · April 5, 2022, 5:05 p.m.
This is part of a three part series on rollouts. Where I envision what an ideal rollout process would look like if sufficient tool support existed.Multi-Version RolloutsWhen to Submit a Change (this article)Delinearized Rollouts (to be written)Most places I have seen have the following workflow:Submit patch for review.Ensure that the tests pass.Get approval from a reviewer.Merge patch with the development branch.Code is deployed to production.The seems pretty reasonable. In theory your main bran...