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

Allow incrementation of release tag according to the tag format #44

Open amirs-kov opened 3 years ago

amirs-kov commented 3 years ago

Allow multiple semver incremental systems based on tag format. The PR introduces the ability to ignore release tags that are not in the provided tag format so it will increment only based on tags that are in the provided tag format. Suggestion for solving issue #43