Merge pull request #114 from PaulHatch/add-output

Add 'is_tagged' to output definition
This commit is contained in:
Paul Hatcherian 2023-07-05 20:52:59 +02:00 committed by GitHub
commit d439666925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: