Version incrementing is not working #4353
Unanswered
KarishmaPatniLCI
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using GitVersion tool v6.0.5 with below GitVersion.yml configuration:
and below is the GitHubWorkflow action to generate version and tag:
With this above configuration, I am running GitHub workflow action to generate the version but its always incrementing only the "PreReleaseNumber" like below even though the commit message contains +semver: major or +semver: minor
1.0.0-alpha.271
1.0.0-alpha.272
1.0.0-alpha.273
Also, tried with both mode: ContinuousDelivery and mode: ContinousDeployment, but it is not working as expected based on the commit message or GitVersion.yml configuration.
It was working until December 11th with the same configuration as above. Version increment was based on commit messages first and if it does not find any proper commit message then fall back to GitVersion.yml config.
Has anything changed? Please suggest if I am missing anything here. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions