Skip to content

Commit 580d33f

Browse files
committed
Added documentation for the minor-version-bump-message configuration option.
1 parent b660c17 commit 580d33f

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
@@ -30,6 +30,8 @@ The global configuration options are:
3030

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

33+
- **`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.
34+
3335
## Branch configuration
3436

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

0 commit comments

Comments
 (0)