How to update patch without using tag? where is PreReleaseNumber coming from? #3894
Unanswered
EmilAlipiev
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
-
Is there a way to get patch version increased at PR or hotfix without using a tag? if yes which strategy can be used? my Gitversion.yml file is as below. I dont have a release branch and i want to use main and develop as release branches. Anything merged on develop should release beta and on main without any suffix.
I have a problem with this that it results in version with PreReleaseNumber as shown below and it will produce 1.1.0-56 as version. I would like this to produce 1.1.1 not append number with dash on main/master.
Beta Was this translation helpful? Give feedback.
All reactions