Correct. No need to revert anything or keep extra branches around. You just checkout the tag and then make a branch with the single fix on it.
> On Feb 15, 2022, at 10:08 AM, Josh McKenzie <jmcken...@apache.org> wrote: > > > Was thinking that too after I wrote this. Means we'd only need to change our > process for future hotfixes and keep everything else as-is. > >> On Tue, Feb 15, 2022, at 10:55 AM, Brandon Williams wrote: >> On Tue, Feb 15, 2022 at 9:53 AM Josh McKenzie <jmcken...@apache.org> wrote: >> > >> > The only way I'd be in favor of a release that removes all other committed >> > patches >> > >> > Couldn't we just have a snapshot branch for each supported major/minor >> > release branch that we patch for hotfixes and we bump up whenever we have >> > a GA on a parent branch? >> >> I think you could just checkout the tag of the previous release into a >> new branch and apply the fix to it. >> >> Kind Regards, >> Brandon >> >