-
Notifications
You must be signed in to change notification settings - Fork 382
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
pre-release sufix bump not working #290
Comments
I found a work arround by dynamicaly setting a different suffix each time, but the number at the end of the suffix stays at 0
|
Does seem like a bug. I remember the suffix .X in pre-tags being bumped in earlier versions. |
Thanks for the response @sbe-arg , I think I've figured out the issue I highly suspect that the problem happens when I use a mutable
I would assume that the problem happens here when we try to match the pre_tag. I could try fixing this myself, but I am not sure how to "compile and publish" a github action in order to test my hypothesis. |
If you fork edit and point testing to your fork master or branch is the easier way to develop. Ill review the pr. It seems you are ontrack |
I am not able to publish a second Tag within a PR.
It triggers a conflict.
The documentation leads to thing that the pre-release sufix is incremented, but it is not in my case.
Is this a bug, or a misconfigured the action?
Output
Action
First PR commit tags correctly, but when I merge a second commit on the PR it fails
[0.2.0-pr_8.0]
[0.1.0]
[0.1.0-PR_7.0]
[0.0.1]
The text was updated successfully, but these errors were encountered: