mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
635 stars 200 forks source link

[feature] Rolling release versions #187

Open borisssmidtCET opened 1 year ago

borisssmidtCET commented 1 year ago

Many github actions have a tag to mark the patch version (v1.1) and a tag to mark a backwards compatible release (v1). It would be nice to add this feature to this plugin to move the v1 tag on release.

Then you could also reuse this action to release your own action.