[Bug] Incrementing patch
version automatically on main
without tags nor specific commit messages
#3570
Labels
Milestone
Discussed in #2660
Originally posted by franknarf8 April 13, 2021
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
Mainline
, I would expect that each merge commits tomaster
cause thepatch
version to increment. (Without any commit messages required)Using the following
GitVersion.yml
(I'm generating pip versions here, please disregard thebranches
) :With this dummy git repo :
GitVersion 5.6.8 is inferring :
1.2.3
whereas 5.0.0 inferred :
1.2.4
I would expect
1.2.4
here, how can I achieve this?The text was updated successfully, but these errors were encountered: