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
Copy file name to clipboardExpand all lines: BREAKING_CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@
46
46
* VersionInBranchName
47
47
* TrunkBased
48
48
* The initialization wizard has been removed.
49
+
* On the `develop`, `release` and `hotfix` branch the introduced branch related property `prevent-increment-when-current-commit-tagged` has been set to `false` to get the incremented instead of the tagged semantic version.
Copy file name to clipboardExpand all lines: docs/input/docs/reference/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -805,9 +805,9 @@ In a GitFlow-based repository, setting this option can have implications on the
805
805
better version source proposed by the `MergeMessageBaseVersionStrategy`. For
806
806
more details and an in-depth analysis, please see [the discussion][2506].
807
807
808
-
### prevent-increment-when-tagged
808
+
### prevent-increment-when-current-commit-tagged
809
809
810
-
This branch related property can be used to control the behavior whether to take the incremented or the current tagged version.
810
+
This branch related property controls the behvior whether to use the tagged (value set to true) or the incremented (value set to false) semantic version. Defaults to true.
Copy file name to clipboardExpand all lines: src/GitVersion.Configuration.Tests/Configuration/ConfigurationProviderTests.CanWriteOutEffectiveConfiguration.approved.txt
0 commit comments