mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2025-12-27 13:08:17 +00:00
Add 'is_tagged' to output definition
This commit is contained in:
parent
d3ce4be042
commit
59b55a49a0
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ outputs:
|
||||||
description: "The version tag"
|
description: "The version tag"
|
||||||
changed:
|
changed:
|
||||||
description: "Indicates whether there was a change since the last version if change_path was specified. If no change_path was specified this value will always be true since the entire repo is considered."
|
description: "Indicates whether there was a change since the last version if change_path was specified. If no change_path was specified this value will always be true since the entire repo is considered."
|
||||||
|
is_tagged:
|
||||||
|
description: "Indicates that the commit had a tag that matched the 'versionTag' format"
|
||||||
authors:
|
authors:
|
||||||
description: "List of users contributing commits to this version"
|
description: "List of users contributing commits to this version"
|
||||||
previous_commit:
|
previous_commit:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue