mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 04:58:17 +00:00
Update readme to include new change_path input description
This commit is contained in:
parent
c50a3c86c6
commit
71e429646c
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue