Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update engineering handbook to adjust patch release process (#17571)
This outlines a new patch branching strategy to avoid the conflicts we've been running into recently. This will introduce more friction in the form of two PRs for released bug fixes during patch weeks. The benefit is that we won't have to deal with merge conflicts when we're cherry-picking commits into the patch branch, which sometimes becomes a big distraction for the team. We also found ourselves in a situation with 4.46.3 where we couldn't release a fix without rewriting it because it had been built on top of feature code that was not included in the patch. That was the motivation to make this change. --------- Co-authored-by: George Karr <georgekarrv@users.noreply.github.com> Co-authored-by: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com>
- Loading branch information