From cb7c6cabccc89291eb8696a541c55537f9cf2b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 23:09:25 +0000 Subject: [PATCH] fix(deps): bump commitizen-tools/commitizen-action from 0.23.1 to 0.24.0 Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.23.1 to 0.24.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.23.1...0.24.0) --- updated-dependencies: - dependency-name: commitizen-tools/commitizen-action 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 10b87e1..64f5938 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.23.1 + uses: commitizen-tools/commitizen-action@0.24.0 with: changelog: true changelog_increment_filename: "changes.md"