mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-25 08:25:43 +00:00
Introduce new outputs
This commit is contained in:
@@ -80,6 +80,12 @@ outputs:
|
||||
patch-v-version:
|
||||
description: 'Patch number of the incremented version, prefixed with a `v` charatcter'
|
||||
value: ${{ steps.version-increment.outputs.PATCH_V_VERSION }}
|
||||
prefixed-version:
|
||||
description: 'Incremented version calculated, including a `tag_prefix` if specified'
|
||||
value: ${{ inputs.tag_prefix}}${{ steps.version-increment.outputs.VERSION }}
|
||||
prefixed-v-version:
|
||||
description: 'Incremented version calculated, prefixed with a `v` charatcter, and also including a `tag_prefix` if specified'
|
||||
value: ${{ inputs.tag_prefix}}${{ steps.version-increment.outputs.V_VERSION }}
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
||||
Reference in New Issue
Block a user