Expose the pre-release label as an output

This commit is contained in:
Phil Jay
2022-05-12 15:44:33 +10:00
parent 8d649fcfa3
commit e53268eb3f
3 changed files with 8 additions and 2 deletions

View File

@@ -41,6 +41,9 @@ outputs:
patch-version:
description: 'Patch number of the incremented version'
value: ${{ steps.version-increment.outputs.patch-version }}
pre-release-version:
description: 'Pre-release label of the incremented version'
value: ${{ steps.version-increment.outputs.pre-release-label }}
major-v-version:
description: 'Major number of the incremented version, prefixed with a `v` charatcter'
value: ${{ steps.version-increment.outputs.major-v-version }}