mirror of
https://github.com/reecetech/version-increment.git
synced 2025-12-21 22:45:43 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1fae3d6b7 | ||
|
|
77dfab16c0 | ||
|
|
2414f2fa44 | ||
|
|
f6d4e915f4 | ||
|
|
5f9f764060 |
@@ -9,7 +9,7 @@
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Get next version
|
- name: Get next version
|
||||||
uses: reecetech/version-increment@2022.5.1
|
uses: reecetech/version-increment@2023.3.1
|
||||||
id: version
|
id: version
|
||||||
with:
|
with:
|
||||||
scheme: semver
|
scheme: semver
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ outputs:
|
|||||||
patch-version:
|
patch-version:
|
||||||
description: 'Patch number of the incremented version'
|
description: 'Patch number of the incremented version'
|
||||||
value: ${{ steps.version-increment.outputs.PATCH_VERSION }}
|
value: ${{ steps.version-increment.outputs.PATCH_VERSION }}
|
||||||
pre-release-version:
|
pre-release-label:
|
||||||
description: 'Pre-release label of the incremented version'
|
description: 'Pre-release label of the incremented version'
|
||||||
value: ${{ steps.version-increment.outputs.PRE_RELEASE_LABEL }}
|
value: ${{ steps.version-increment.outputs.PRE_RELEASE_LABEL }}
|
||||||
major-v-version:
|
major-v-version:
|
||||||
|
|||||||
Reference in New Issue
Block a user