From 118c3fd9560c6139d6cfec707b921c0253972e2d Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Tue, 10 Dec 2019 14:01:52 -0500 Subject: [PATCH] Add documentation for format input --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index be46951..4880b21 100644 --- a/readme.md +++ b/readme.md @@ -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}" ```