Skip to content

Commit 5e4c4a4

Browse files
committed
Added documentation for the legacy-semver-padding configuration option.
1 parent 808215d commit 5e4c4a4

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

3535
- **`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.
3636

37+
- **`legacy-semver-padding:`** The number of characters to pad `LegacySemVer` to in the `LegacySemVerPadded` [variable](/more-info/variables). Is default set to `4`, which will pad the `LegacySemVer` value of `3.0.0-beta1` to `3.0.0-beta0001`.
38+
3739
## Branch configuration
3840

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

0 commit comments

Comments
 (0)