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

Controll from PR label #22

Closed tenhobi closed 4 years ago

tenhobi commented 4 years ago

Hello, is it possible with this Action to control version incrementing using PR label, so I can release with major/minor/patch update to release's tag?

I need it to automate release deploying with version changes (https://github.com/tenhobi/bachelors-thesis/issues/8)

e.g. :

// Original question from https://github.com/actions/create-release/issues/5#issuecomment-541518643

K-Phoen commented 4 years ago

That's precisely what this action does :)

It uses the PR label to tag and release the next version accordingly.

tenhobi commented 4 years ago

Oh, I must have misread or forgot to read the README. Wow, thanks, that will solve my problem! 👍 ❤️