From d85bb45d270a84f65e4d763a1fa6856be1a086d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:36:11 +0000 Subject: [PATCH] build(deps): bump commitizen-tools/commitizen-action Bumps [commitizen-tools/commitizen-action](https://github.com/commitizen-tools/commitizen-action) from 0.20.0 to 0.21.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/bc2616fec6b3effc9ad20380f19550a8b18cdbdf...1f11eb222996406681d2bfa1eb3d997eca46557c) --- 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/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 3876283..888e09e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -42,7 +42,7 @@ jobs: - name: Create bump and changelog id: cz if: github.repository == 'tilde-lab/metis-client' - uses: commitizen-tools/commitizen-action@bc2616fec6b3effc9ad20380f19550a8b18cdbdf + uses: commitizen-tools/commitizen-action@1f11eb222996406681d2bfa1eb3d997eca46557c with: github_token: ${{ secrets.GITHUB_TOKEN }} changelog_increment_filename: .CHANGELOG-CURRENT.md