Only bump patch version #2512
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
I'm wondering if my understanding isn't right with the 'always-bump-patch' option. I have a "Release/xxx" branch where I would only like to allow the patch version to be bumped for critical release issues specific to that major.minor release.
I have GitHub actions only running on the branch name, so no issue there, and my config file is as follows:
I created a test commit with a "feat: blah blah", but the PR created actually bumped the minor version. I had though the always bump patch option would override any prefix. Is that not the case?
The text was updated successfully, but these errors were encountered: