From f8ad176256a0b8741c3bfaddbf3142d0c4a4d690 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:39:04 +0000 Subject: [PATCH 1/3] ci(deps): bump gittools/actions from 1 to 4 Bumps [gittools/actions](https://github.com/gittools/actions) from 1 to 4. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1...v4) --- updated-dependencies: - dependency-name: gittools/actions dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr-validation.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ca9bb5..c978221 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -133,13 +133,13 @@ jobs: run: git fetch --prune --tags - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1 + uses: gittools/actions/gitversion/setup@v4 with: versionSpec: '5.x' - name: Run GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v1 + uses: gittools/actions/gitversion/execute@v4 - name: Set version env vars run: | diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index de22fb4..7af2606 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -44,13 +44,13 @@ jobs: global.json - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1 + uses: gittools/actions/gitversion/setup@v4 with: versionSpec: '5.x' - name: Run GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v1 + uses: gittools/actions/gitversion/execute@v4 - name: Set version id: version From 102a315b500b22f198ddfd0d8bebf4f5cf12fe16 Mon Sep 17 00:00:00 2001 From: JD Davis Date: Mon, 19 Jan 2026 11:40:37 -0600 Subject: [PATCH 2/3] Upgrade GitVersion from 5.x to 6.x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c978221..bd78224 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,7 +135,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v4 with: - versionSpec: '5.x' + versionSpec: '6.x' - name: Run GitVersion id: gitversion From a6ced4eafcd394f82f9618d0f0269dbe84e3d2dd Mon Sep 17 00:00:00 2001 From: JD Davis Date: Mon, 19 Jan 2026 11:41:22 -0600 Subject: [PATCH 3/3] chore: updated gitversion.yml to 6.x style --- GitVersion.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GitVersion.yml b/GitVersion.yml index 3df182a..2a4320c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,7 +1,8 @@ -mode: MainLine +workflow: GitHubFlow/v1 +mode: ContinuousDelivery tag-prefix: 'v' commit-message-incrementing: Enabled major-version-bump-message: '(?m)^[a-z]+(?:\([\w\s\-,/\\]+\))?!:|(?m)^\s*BREAKING CHANGE:' minor-version-bump-message: '(?m)^feat(?:\([\w\s\-,/\\]+\))?:' -patch-version-bump-message: '(?m)^(?:fix|perf)(?:\([\w\s\-,/\\]+\))?:' +patch-version-bump-message: '(?m)^(?:fix|perf)(?:\([\w\s\-,/\\]+\))?:' \ No newline at end of file