K-Phoen / semver-release-action

GitHub Action to automatically create SemVer compliant releases based on PR labels.
MIT License
85 stars 38 forks source link

Custom tag #28

Closed lesliecodes closed 4 years ago

lesliecodes commented 4 years ago

Hi,

Really appreciate you making this Github action! I had a question regarding using custom tag. Is it possible to prefix the tag and then it auto increments?

For example: prod-v2.3 will then increment to prod-v2.4

Thank you.

K-Phoen commented 4 years ago

Not possible (currently) but I'd be interested in having that feature :) Would you be interested in working on this?