mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-29 05:48:17 +00:00
Merge pull request #77 from bwestover/patch-1
Update Docs with new input name
This commit is contained in:
commit
2fa33887a3
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ it will be given the new version if the build were to be retriggered, for exampl
|
||||||
# A string which indicates the flags used by the `minor_pattern` regular expression. Supported flags: idgs
|
# A string which indicates the flags used by the `minor_pattern` regular expression. Supported flags: idgs
|
||||||
minor_regexp_flags: ""
|
minor_regexp_flags: ""
|
||||||
# A string to determine the format of the version output
|
# A string to determine the format of the version output
|
||||||
format: "${major}.${minor}.${patch}-prerelease${increment}"
|
version_format: "${major}.${minor}.${patch}-prerelease${increment}"
|
||||||
# Optional path to check for changes. If any changes are detected in the path the
|
# Optional path to check for changes. If any changes are detected in the path the
|
||||||
# 'changed' output will true. Enter multiple paths separated by spaces.
|
# 'changed' output will true. Enter multiple paths separated by spaces.
|
||||||
change_path: "src/my-service"
|
change_path: "src/my-service"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue