mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
641 stars 201 forks source link

Ability to run this in the PR stage #223

Open ppapishe opened 1 month ago

ppapishe commented 1 month ago

Hello,

I see we can run this in the PR stage but it is not yielding correct version tags according to the contents of the commit message. The default_bump always seems to be patch when we run this on non main/master branch.