Describe your feature
Currently, only commits with fix: will trigger a PATCH version bump.
Allow users to configure other text that will trigger a PATCH update.
For example, perhaps I want docs: or dev: to bump the patch version.
Perhaps this doesn't quite conform to Conventional Commits 1.0.0 but it would a useful addition nonetheless.
Your potential solution
I can image extending the yaml config with something like this:
conventionalCommitPatterns:
major:
- "feat!:"
# minor:
patch:
- "docs:"
- "dev:"
Any additional information?
No response
Code of Conduct
Describe your feature
Currently, only commits with
fix:will trigger a PATCH version bump.Allow users to configure other text that will trigger a PATCH update.
For example, perhaps I want
docs:ordev:to bump the patch version.Perhaps this doesn't quite conform to Conventional Commits 1.0.0 but it would a useful addition nonetheless.
Your potential solution
I can image extending the yaml config with something like this:
Any additional information?
No response
Code of Conduct