Skip to content

Commit 808215d

Browse files
committed
Added documentation for the patch-version-bump-message configuration option.
1 parent 580d33f commit 808215d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The global configuration options are:
3232

3333
- **`minor-version-bump-message:`** The regex to match commit messages with to perform a minor version increment. Default set to `'\+semver:\s?(feature|minor)'`, which will match occurrences of `+semver: feature` and `+semver: minor` in a commit message.
3434

35+
- **`patch-version-bump-message:`** The regex to match commit messages with to perform a patch version increment. Default set to `'\+semver:\s?(fix|patch)'`, which will match occurrences of `+semver: fix` and `+semver: patch` in a commit message.
36+
3537
## Branch configuration
3638

3739
Then we have branch specific configuration, which looks something like this:

0 commit comments

Comments
 (0)