How do I configure git version to auto increment branches outside of the master branch? #4349
TerminalProdigy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here is my config:
I have a test repo. In this repo I have a master branch. The only thing the master branch has is the following two commits:
Add .gitattributes and .gitignore.
Add project files. (Tagged - v0.0.0)
Then I have a branch called:
dev/v0.0.0/chore/0000-add-gitversion
In that branch, I have two commits ahead of master. So the base version should be v0.0.0 from the master branch and increment 2 times from the two commits. However I am unable to get this behavior:
Here is my diagnostics:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions