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

Please add example when different commit, PR contains: fix, feature. #45

Closed patsevanton closed 2 years ago

patsevanton commented 2 years ago

Hello! Thanks for semver-release-action! I try use your semver github action. But i dont see example. For example, how update patch version if commit have 'fix' string ? For example, how update minor version if commit have 'feature' string ?

K-Phoen commented 2 years ago

This use-case isn't supported by this action :)