From 9b3a58d917ae1d95dbb0aefe9999b66b8f82c44f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:56:55 +0000 Subject: [PATCH] fix(deps): bump commitizen-tools/commitizen-action from 0.24.0 to 0.26.0 Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.24.0 to 0.26.0. - [Release notes](https://github.com/commitizen-tools/commitizen-action/releases) - [Changelog](https://github.com/commitizen-tools/commitizen-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen-action/compare/0.24.0...0.26.0) --- updated-dependencies: - dependency-name: commitizen-tools/commitizen-action dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-create.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-create.yaml b/.github/workflows/release-create.yaml index 0086446..0681d91 100644 --- a/.github/workflows/release-create.yaml +++ b/.github/workflows/release-create.yaml @@ -53,7 +53,7 @@ jobs: - id: cz name: Create changelog and bump version - uses: commitizen-tools/commitizen-action@0.24.0 + uses: commitizen-tools/commitizen-action@0.26.0 with: changelog: true changelog_increment_filename: "changes.md"