Skip to content

add prerelease flag support #2

Description

@MichaMican

the semver action should be able to create prereleases with a prerelease flag.
example:

v1.0.0-prerelease.1
v1.0.0-prerelease.2
v1.0.0-rc.1

for this we should add an optional input to specify the flag (e.g. preview or rc) - if specified the process bumps the version and appends the flag counting the correct number up since the las prerelease.
the GitHub prerelease should then also be marked as "pre-release"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions