From 7ff7215270a7aa2943a4bb3efe421b22b37be8b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez-Mondrag=C3=B3n?= Date: Thu, 14 Mar 2024 12:51:11 -0600 Subject: [PATCH] chore(deps): Unpin `commitizen` to use latest patch in version bump --- .github/workflows/version_bump.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 069fe5e2f..1a7bbc872 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -61,9 +61,6 @@ jobs: github_token: ${{ secrets.MELTYBOT_GITHUB_AUTH_TOKEN }} extra_requirements: 'git+https://github.com/meltano/commitizen-version-bump@main' changelog_increment_filename: _changelog_fragment.md - # TODO: Remove this constraint once the issue is fixed - # https://github.com/commitizen-tools/commitizen/issues/1024 - commitizen_version: "3.18.0" - name: Add job summary run: |