From ab2ea2a61227b7b22b65e97ad08a215e571c5c3d Mon Sep 17 00:00:00 2001 From: Neil South Date: Thu, 25 Jul 2024 11:00:54 +0100 Subject: [PATCH] fix gitVersion Signed-off-by: Neil South --- .github/.gitversion.yml | 10 +++++----- .github/workflows/ci.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/.gitversion.yml b/.github/.gitversion.yml index 516d4d96..cd6218af 100755 --- a/.github/.gitversion.yml +++ b/.github/.gitversion.yml @@ -16,15 +16,15 @@ assembly-versioning-scheme: MajorMinorPatchTag mode: ContinuousDelivery branches: main: - tag: '' + label: '' release: - tag: rc + label: rc develop: - tag: beta + label: beta feature: - tag: alpha.{BranchName} + label: alpha.{BranchName} pull-request: - tag: pr + label: pr ignore: sha: [] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db9d8bd7..29a54d01 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v2.0.1 with: - versionSpec: '5.x' + versionSpec: '6.x' - name: Determine Version id: gitversion