Open flymg opened 1 year ago
The -workflow.0 indicates that he created a prerelease version. Although from your action, I cannot see why. Maybe you need to configure the release_branch
? or default_prerelease_bump
@lazyBisa have you seen the other issue with the 2.0.0
, that was not present in v5.5?
which one?
@lazyBisa Steps to reproduce with the latest version of the action:
1.54.0
and want to upgrade to the next majordefault_bump: "major" # also tried, major, minor
always results in only a minor increase to 1.54.1
and not as expected to 2.0.0
as it should be.V.5.5 of the action makes the incrementation correctly.
you mean the prerelease version applies the default bump? so 1.2.3 turns into 2.0.0-pre.0? I have an issue and PR open to fix that in 6.x
The -workflow.0 indicates that he created a prerelease version. Although from your action, I cannot see why. Maybe you need to configure the
release_branch
? ordefault_prerelease_bump
You saved me, thanks
This action does not seem to work correctly.
Using this in a normal action with the latest tag available in my repo =
1.54.0
results in creating anew_tag
by this action:1.54.1-workflow.0
which is not correct, as the expected result should be
2.0.0
EDIT: v5.5 does it correctly, though it also attaches the anoying
-workflow.0
at the end of the tag