phips28 / gh-action-bump-version

GitHub Action for automated npm version bump.
MIT License
336 stars 249 forks source link

Add ability to provide value for parsing instead of commit messages #233

Open d0ctr opened 8 months ago

d0ctr commented 8 months ago

I have a different setup from what is suggested for this action, I run it on open PRs (I have a branch that receives all changes before main does) and it would be great if I could specify which string should be parsed for which version to bump (like a PR title).

phips28 commented 6 months ago

Pls provide a PR.