Closed
Description
Detailed Description
Increment
setting to "inherit" from incoming branch.
I would like my main
branch version increased, based on the settings of the branch being merged into it.
Context
I would like to rely on manual version bumping with +semver: minor
as little as possible.
If I have feature
branch with configuration increment: Minor
it would be nice that when I merge this branch into main
it would inherit the Minor
increment setting.