From b149590d294446b37194c31c0878662ccf5bdb79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:13:57 +0000 Subject: [PATCH] ci(deps): bump PaulHatch/semantic-version from 6.0.1 to 6.0.2 Bumps [PaulHatch/semantic-version](https://github.com/paulhatch/semantic-version) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Changelog](https://github.com/PaulHatch/semantic-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/paulhatch/semantic-version/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: PaulHatch/semantic-version dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51ada40..430c0c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Determine Version id: semver - uses: PaulHatch/semantic-version@v6.0.1 + uses: PaulHatch/semantic-version@v6.0.2 with: tag_prefix: "v" major_pattern: "BREAKING CHANGE:"