You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@justperbox from what I've seen so far, it reads existing existing tags (last 100 by default) and bumps the value of the last available version accordingly. Preconditions are that
existing tags are in semver format (so in your case, you have an extra dot: rename your tag from v.1.12.0 to v1.12.0 and the magic should happen)
Dear all,
I recently integrated this with my project.
This project already has manual releases and tags.
the latest one is v.1.12.0
How do I continue the sequence when using this action?
Can i force it to use v.1.13.0 on the next run?
Please help.
Thank you in advance.
The text was updated successfully, but these errors were encountered: