uplift icon indicating copy to clipboard operation
uplift copied to clipboard

[Feature]: Allow configurable strings to trigger MAJOR,MINOR,PATCH bump

Open 4x0v7 opened this issue 2 years ago • 4 comments

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

  • [X] I agree to follow this project's Code of Conduct

4x0v7 avatar Feb 06 '23 12:02 4x0v7