Skip to content

Commit f72651a

Browse files
committed
Added documentation for the build-metadata-padding configuration option.
1 parent 5e4c4a4 commit f72651a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ The global configuration options are:
3636

3737
- **`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`.
3838

39+
- **`build-metadata-padding:`** The number of characters to pad `BuildMetaData` to in the `BuildMetaDataPadded` [variable](/more-info/variables). Is default set to `4`, which will pad the `BuildMetaData` value of `1` to `0001`.
40+
41+
3942
## Branch configuration
4043

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

0 commit comments

Comments
 (0)