mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +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)"
|
||||
# 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}"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue