From fff66eac3c676fa6703cab62933e3e107a2f3bcc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:41:22 +0000 Subject: [PATCH 1/3] Initial plan From a52c1519efb7b8e668b305335c1ad1c308f1b35a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 14:44:51 +0000 Subject: [PATCH 2/3] chore: update gittools/actions to v4.4.2 and GitVersion to 6.7.x Agent-Logs-Url: https://github.com/TypedRest/TypedRest-Java/sessions/9dc64b0f-bdf0-4020-86e3-73b30daead47 Co-authored-by: bastianeicher <414366+bastianeicher@users.noreply.github.com> --- .github/workflows/build.yml | 6 +++--- GitVersion.yml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index beba5a47..9380e2a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,10 +9,10 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: gittools/actions/gitversion/setup@v0.13.6 + - uses: gittools/actions/gitversion/setup@v4.4.2 with: - versionSpec: '5.12.x' - - uses: gittools/actions/gitversion/execute@v0.13.6 + versionSpec: '6.7.x' + - uses: gittools/actions/gitversion/execute@v4.4.2 id: gitversion - name: Set version (release) if: github.ref_type == 'tag' diff --git a/GitVersion.yml b/GitVersion.yml index 4e2090b8..812e9118 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -3,13 +3,13 @@ mode: ContinuousDeployment branches: # Mainline branches develop: - tag: alpha - increment: patch + label: alpha + increment: Patch master: - tag: beta + label: beta # Stabilization branches release: - tag: rc + label: rc hotfix: - tag: rc + label: rc From 401fb8d343ae5a917d9b8a890ffbe2f0fd582cfb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 1 Apr 2026 15:57:46 +0000 Subject: [PATCH 3/3] fix: rename master to main and add ContinuousDelivery mode in GitVersion.yml for v6 compatibility Agent-Logs-Url: https://github.com/TypedRest/TypedRest-Java/sessions/fabbee0a-be12-47d0-b364-9599cc8d7c4b Co-authored-by: bastianeicher <414366+bastianeicher@users.noreply.github.com> --- GitVersion.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index 812e9118..1474fc5f 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -5,7 +5,8 @@ branches: develop: label: alpha increment: Patch - master: + main: + mode: ContinuousDelivery label: beta # Stabilization branches