Does GitVersion 6 still support the logic to step minor on feature/XX and path on bugfix/xx branches? #4217
-
|
This is very much related to this feature: #1221 My current config is rather basic, using I tried searching the net but can only find answers for GitVersion < 6 This is my current configurationThe issue with Any help will be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi there. Can you please allaborate what you are trying to achieve? In version 6 the unit test with the name Edit: Have you seen the following feature issue? |
Beta Was this translation helpful? Give feedback.


The branch configuration with name
track-merge-messagecan be used to control the behavior whether or not the merge message will be evaluated. If I'm not wrong the mechanism you are referring only applies in theMainlineversion strategy which is part of theTrunkBased/preview1workflow.I don't see any reason why not implementing it in the
MergeMessageversion strategy as well:Please notice that the
Mainlineversion strategy can be seen as a single version strategy which might be not compatible with others.Cheers.