Skip to content

Commit

Permalink
Add documentation for format input
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHatch committed Dec 10, 2019
1 parent caa92bb commit 118c3fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
```

0 comments on commit 118c3fd

Please sign in to comment.