Replies: 1 comment
-
Is it possible to reproduce your issue in an integration test? Which version you are using? |
Beta Was this translation helpful? Give feedback.
0 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 folks,
i am experiencing some weird behavior and i can't quite figure out why. The last version of my project was correctly calculated as
0.6.5
. When i released the next version (tagged as0.7.0
) gitversion calculated it as1.0.0
.Between those two commits is a commit (
d99dc0eabd77f9c9e732590f685f5331300cae25
) that contains+semver: +breaking
. But the wrong version is calculated even, when i ignore that commit.From reading the log, i don't really understand, why the major is incremented at this stage. I still think is has something to do with the commit
d99dc0eabd77f9c9e732590f685f5331300cae25
mentioned above, since the correct base version is calulated and then bumped, as the metadata are computed.As far as i understand the documentation the tag should prevent any changes to the version before the
+
.This is the config i use:
Beta Was this translation helpful? Give feedback.
All reactions