From f8e4eb69eceeaaed5ad8d58111418f72d13b461f Mon Sep 17 00:00:00 2001 From: Adarsh A Date: Fri, 10 Jan 2025 11:40:26 +0530 Subject: [PATCH 1/3] GitVersion-yaml change --- GitVersion.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/GitVersion.yml b/GitVersion.yml index b38944b..ddb4b39 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -8,6 +8,12 @@ branches: prevent-increment: when-current-commit-tagged: true source-branches: [] + hotfix: + regex: hotfix[/-] + source-branches: [develop] + prevent-increment: + when-current-commit-tagged: true + is-release-branch: true pull-request: regex: (pull|pull\-requests|pr)[/-] label: 'pr' From f915adf04582b3bb954b1a85a64494021b628733 Mon Sep 17 00:00:00 2001 From: skywalk-t Date: Mon, 13 Jan 2025 09:53:06 +0530 Subject: [PATCH 2/3] change version --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index ddb4b39..f9d9ea4 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,5 +1,5 @@ mode: ContinuousDeployment -next-version: 5.1.4 +next-version: 6.0.5 branches: develop: regex: develop From 86474845ba69f393fe72574688c2930a129cf0b2 Mon Sep 17 00:00:00 2001 From: Adarsh A Date: Wed, 15 Jan 2025 14:54:04 +0530 Subject: [PATCH 3/3] third push --- .github/workflows/ci-build.yml | 2 +- .github/workflows/release-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8e24bd8..b25266c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,7 +26,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.0.2 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version id: gitversion diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 2728f9f..f31fb87 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,7 +25,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.0.2 with: - versionSpec: '6.x' + versionSpec: '6.0.5' - name: Determine Version id: gitversion