-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.39.0 release creating only v tag #166
Comments
Having the same problem, any update on a fix @anothrNick ? |
Same issue |
Having the same problem with anything after 1.36.0. |
same issue. any fix coming soon? |
we are blocked to merge this #157 wich fixes most of latest problems |
While I can approve #157 , I can't merge it, @anothrNick are you able to approve / merge? |
Hi,
Can anyone please have a look at the issue that I'm facing.
Latest version is not creating semVer tag properly. It only creates v tag. Below is my configuration:
*** CONFIGURATION ***
DEFAULT_BUMP: patch
WITH_V: true
RELEASE_BRANCHES: master,main
CUSTOM_TAG:
SOURCE: .
DRY_RUN: false
INITIAL_VERSION: 1.0.0
TAG_CONTEXT: repo
PRERELEASE_SUFFIX: beta
VERBOSE: true
Error:
pre-patch
Bumping tag .
New tag v
fatal: tag 'v' already exists
It also throws this error:
fatal: ambiguous argument 'multiple': unknown revision or path not in the working tree.
But when I use the previous release 1.36.0. It works properly.
Thanks!
The text was updated successfully, but these errors were encountered: