Closed
Description
Hi, I've just started using this action and I love, thanks for open-source it.
I wanted to ask, is there a way you could support suffixes to the tags? I'd like to add an action on my release-candidate branch and have tags created like 1.0.0-alpha.1, 1.0.0-beta.1 or 1.0.0-rc.1 and increment them on new pushes. At the moment, if the action is triggered as a pre_release
, the tag is released as 1.0.0-8618ffc, for instance.
UPDATE
Actually, no tag is created if it's a prerelease:
if $pre_release
then
echo "This branch is not a release branch. Skipping the tag creation."
exit 0
fi
Metadata
Metadata
Assignees
Labels
No labels