From 2414f2fa443fd0fe6fcb38700bd0886fc2c72219 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Fri, 10 Mar 2023 12:40:51 +1100 Subject: [PATCH 1/2] Fix output name to match documentation --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 65bd0b4..7861f24 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ outputs: patch-version: description: 'Patch number of the incremented version' value: ${{ steps.version-increment.outputs.PATCH_VERSION }} - pre-release-version: + pre-release-label: description: 'Pre-release label of the incremented version' value: ${{ steps.version-increment.outputs.PRE_RELEASE_LABEL }} major-v-version: From 77dfab16c0c2ad5d5912b7137858eb138dedc7ea Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Fri, 10 Mar 2023 12:41:56 +1100 Subject: [PATCH 2/2] Update README.md for next release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71db311..cb7d289 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ uses: actions/checkout@v2 - name: Get next version - uses: reecetech/version-increment@2022.10.3 + uses: reecetech/version-increment@2023.3.1 id: version with: scheme: semver