From 71e429646c1d2a5f394fd4a3b9bd9d7a31bbbeeb Mon Sep 17 00:00:00 2001 From: Paul Hatcherian <1835615+PaulHatch@users.noreply.github.com> Date: Sat, 25 Jan 2020 11:45:07 -0500 Subject: [PATCH] Update readme to include new change_path input description --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 4880b21..2bbf4a8 100644 --- a/readme.md +++ b/readme.md @@ -32,4 +32,6 @@ message alters the type of change the next version will represent. minor_pattern: "(MINOR)" # A string to determine the format of the version output format: "${major}.${minor}.${patch}-prerelease.${increment}" + # Path to check for changes. If any changes are detected in the path the 'changed' output will true. Enter multiple paths separated by spaces. + change_path: "src/my-service" ```