Add documentation for format input

This commit is contained in:
Paul Hatcherian 2019-12-10 14:01:52 -05:00
parent caa92bb3e3
commit 118c3fd956

View file

@ -30,4 +30,6 @@ message alters the type of change the next version will represent.
major_pattern: "(MAJOR)"
# Same as above except indicating a minor change
minor_pattern: "(MINOR)"
# A string to determine the format of the version output
format: "${major}.${minor}.${patch}-prerelease.${increment}"
```