8000 FEAT: Option to name pre-releases with beta, alpha... · Issue #75 · anothrNick/github-tag-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
FEAT: Option to name pre-releases with beta, alpha... #75
Closed
@fermoya

Description

@fermoya

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0