Not bumping version #3979
Closed
dnyandeobharambe
started this conversation in
General
Replies: 3 comments 3 replies
-
I try to increase minor it works fine. Next time I increase patch . This time instead of patch it again increased minor. Really strange. I am testing it in my feature branch and I configured it accordingly in configuration file |
Beta Was this translation helpful? Give feedback.
3 replies
-
is any body replying me , I really stuck on this |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is answer mode: Mainline
major-version-bump-message: '\+semver:\s?(breaking|major)'
minor-version-bump-message: '\+semver:\s?(feature|minor)'
patch-version-bump-message: '\+semver:\s?(fix|patch)'
no-bump-message: '\+semver:\s?(none|skip)'
commit-message-incrementing: Enabled
ignore:
commits-before: 2024-03-09T06:02:00
branches:
main:
regex: ^vertest$ # Matches your developement branch
tag: '' # No tag associated with the feature branch
source-branches: [] |
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
-
I am using gitversion 5.11.1 in azure devops pipeline When I am using +semversion:patch it should increase the version. But it keep giving me same version. I tried different ways but did not help. Here is my code and configuration. Let me know what is wrong
It always return currentversion as 8162023.0.11. This is really strange
Beta Was this translation helpful? Give feedback.
All reactions