github-tag-action
github-tag-action copied to clipboard
feat: Provide force_bump and force_prerelease_bump options
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)
Would love to see that one merged 🙏