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
625 stars 195 forks source link

feat: Provide force_bump and force_prerelease_bump options #169

Open RomainEndelin opened 1 year ago

RomainEndelin commented 1 year ago

Thanks for this very useful GH action!

Motivation

Github-tag-action is a very useful tool, but some users may prefer explicit version bumps over semantic commits. This pull request introduces 2 new options for this workflow: force_bump and force_prerelease_bump.

Checks

Tested in https://github.com/RomainEndelin/test-releases (Release, Pre-release)

gbto commented 1 year ago

Would love to see that one merged 🙏