You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a new branch related property of name prevent-increment-when-branch-merged. This property can be used like the prevent-increment-of-merged-branch property to control the behavior of how to increment the version when a branch has been merged.
The configuration could be look like as following:
prevent-increment:
of-merged-branch: falsewhen-branch-merged: false # new branch related propertywhen-current-commit-tagged: true
Context
Following business statements applying:
The increment of the branch merged to will be ignored, regardless of whether the merged branch has a version number or not, when prevent-increment-of-merged-branch is set to true on the target branch
The increment of the merged branch will be ignored when prevent-increment-when-branch-merged is set to true on the source branch
The text was updated successfully, but these errors were encountered:
HHobeck
changed the title
[Feature] The increment of the target branch will be ignored when prevent-increment is set to true on the source branch
[Feature] The increment of the branch will be ignored when prevent-increment is set to true on the branch
Feb 23, 2024
Uh oh!
There was an error while loading. Please reload this page.
Detailed Description
Introduce a new branch related property of name
prevent-increment-when-branch-merged
. This property can be used like theprevent-increment-of-merged-branch
property to control the behavior of how to increment the version when a branch has been merged.The configuration could be look like as following:
Context
Following business statements applying:
prevent-increment-of-merged-branch
is set to true on the target branchprevent-increment-when-branch-merged
is set to true on the source branchThe text was updated successfully, but these errors were encountered: