-
I would like versioningit to determine the git branch I'm currently on, and return the next version based on that branch's latest tag. However, this doesn't seem to be working for me.
This works as expected when I replace
|
Beta Was this translation helpful? Give feedback.
Answered by
jwodder
May 24, 2025
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
splashcd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
vcs.match
field does not support placeholders like{branch}
, and likewise fortag2version.rmprefix
.