gr2m / merge-schedule-action

GitHub Action to merge pull requests on a scheduled day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request: automatic tagging for major/minor tag

tsuyoshicho opened this issue · comments

Currently, tag is always vX.Y.Z.

But workflow need to wrote with v1 / v1.2 for maintenance free.

Please tag v1 and v1.0/1.1/1.2 and new tag add then moved these tags.

i.e. my created action use below:
https://github.com/tsuyoshicho/action-textlint/blob/master/.github/workflows/update_semver.yml

new releases are constantly pushed to v1.x. If you want to pin a version, you can use any of the tags, e.g. v1.2.4. What else do you need?

Sorry, OK I lost branch info...

These resolve problem, Thanks.