mirror of
https://github.com/PaulHatch/semantic-version.git
synced 2026-04-18 20:59:51 +00:00
Add version type as output
This commit is contained in:
parent
b505a7cf06
commit
e1e99bd214
13 changed files with 51 additions and 33 deletions
|
|
@ -63,6 +63,8 @@ outputs:
|
|||
description: "Current patch number"
|
||||
increment:
|
||||
description: "An additional value indicating the number of commits for the current version"
|
||||
version_type:
|
||||
description: "Indicates the type of change this version represents vs the previous, e.g. 'major', 'minor', 'patch', or 'none'"
|
||||
version:
|
||||
description: "The version result, in the format {major}.{minor}.{patch}"
|
||||
version_tag:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue