
Won't this mean that you won't be able to to push breaking changes to the trunk while the current major version is still receiving ongoing updates?
I feel that it'd make more sense to base it off of the last minor version release. So like 1.1.x -> 1.2.x. Then commits from the trunk will be cherrypicked onto that new branch.
Won't this mean that you won't be able to to push breaking changes to the trunk while the current major version is still receiving ongoing updates?
I feel that it'd make more sense to base it off of the last minor version release. So like
1.1.x->1.2.x. Then commits from the trunk will be cherrypicked onto that new branch.