Does the increment setting override Commit and Merge Descriptions? #3642
-
| If I have a GitVersion.yml with the following contents: and I make commits such as the following: I notice that the tag increments by  Which would make sense if the  If this is the case, is there a way to override the  | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
| Please see the following answer in discussion: it doesn't seem to bump the version correctly 
 | 
Beta Was this translation helpful? Give feedback.
In a trunkbased workflow (Mainline) you would:
In a non-trunkbased workflow (e.g. GitFlow) you would:
What I'm trying to say is that you need to follow the merging and branching strategy which is dependent of your wokflow of course. If you have a feature and think oh it's not a feat…