action-update-semver icon indicating copy to clipboard operation
action-update-semver copied to clipboard

Add support for prereleases

Open aslafy-z opened this issue 5 years ago • 1 comments

When publishing a prerelease (eg: v0.1.0-develop.1), the action tags becomes:

  • v0.1.0-develop
  • v0.1

It should instead tag the following:

  • v0.1.0-develop
  • v0.1-develop

If I publish v1.1.0-develop.1 I expect this action to tag:

  • v1.1.0-develop
  • v1.1-develop
  • v1-develop

aslafy-z avatar Jan 11 '20 16:01 aslafy-z

When publishing a prerelease (eg: v0.1.0-develop.1), the action tags becomes:

  • v0.1.0-develop
  • v0.1

It should instead tag the following:

  • v0.1.0-develop
  • v0.1-develop

If I publish v1.1.0-develop.1 I expect this action to tag:

  • v1.1.0-develop
  • v1.1-develop
  • v1-develop

kubin3818 avatar Jun 09 '20 10:06 kubin3818