Skip to content

Commit b660c17

Browse files
committed
Added documentation for the major-version-bump-message configuration option.
1 parent 1b07085 commit b660c17

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

2929
- **`tag-prefix:`** A regex which is used to trim git tags before processing (eg v1.0.0). Default is `[vV]` though this is just for illustrative purposes as we do a IgnoreCase match and could be `v`.
3030

31+
- **`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.
32+
3133
## Branch configuration
3234

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

0 commit comments

Comments
 (0)