Replies: 1 comment 3 replies
-
Please see #3494 (comment) and #4143 (reply in thread) The following feature is ready for implementation: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am stuck with gitversion configuration and could use some help. I am not even sure if the behavior I try to achieve is possible at all.
Goal
Minor
version for feature / main branches and after merging them to mainCurrent configuration
Issue
Minor
by default (as expected)Major
by adding+semver: major
decrease
the bump level. Adding+semver: patch
) dos not workIt almost feels like I am not able to 'decrease the default increment version part'
Not working patch increment
Working major increment
Is there a way to achieve my intended behavior with a configuration?
I know I could change the default increment to patch and use
+semver: Minor
. But I would prefer to use a sane default that matches our common use cases to reduce the risk of creating awrong
version.Beta Was this translation helpful? Give feedback.
All reactions