mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-28 21:38:18 +00:00
Add documentation for format input
This commit is contained in:
parent
caa92bb3e3
commit
118c3fd956
1 changed files with 2 additions and 0 deletions
|
|
@ -30,4 +30,6 @@ message alters the type of change the next version will represent.
|
||||||
major_pattern: "(MAJOR)"
|
major_pattern: "(MAJOR)"
|
||||||
# Same as above except indicating a minor change
|
# Same as above except indicating a minor change
|
||||||
minor_pattern: "(MINOR)"
|
minor_pattern: "(MINOR)"
|
||||||
|
# A string to determine the format of the version output
|
||||||
|
format: "${major}.${minor}.${patch}-prerelease.${increment}"
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue