Skip to content

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

@4x0v7

Description

@4x0v7

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

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestpinnedPrevent the issue from being automatically closedtriageIssue has been added to our triage list

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions