How do I get my patch
version incremented automatically on main
without tags nor specific commit messages?
#2660
-
Hello, I have just upgraded my GitVersion to the latest, but I can't find a way to reproduce the behavior I expect, and used to achieve with the previous GitVersion. (the change appeared between since 5.0.0) When using Using the following
With this dummy git repo :
GitVersion 5.6.8 is inferring : I would expect |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
I see that all commit-base increments now force the usage of pre-release tags The way we have things set up now is the following :
Ideally, we don't want to have to bump or manage versions manually; in commit messages or elsewhere (that's kinda why we started using GitVersion for these type of projects) Do you guys have any idea about how I could achieve this? Thanks a lot in advance :) |
Beta Was this translation helpful? Give feedback.
-
Eh, that's weird; removing the Is that a bug?
|
Beta Was this translation helpful? Give feedback.
Eh, that's weird; removing the
next-version: 1.0.0
config fixes it. The following config yields the expected result :Is that a bug?