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"
the semver action should be able to create prereleases with a prerelease flag.
example:
for this we should add an optional input to specify the flag (e.g.
previeworrc) - 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"