From 950f391b3b64755cfe8e8250b66eed726d560353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Thu, 14 Mar 2024 16:10:53 -0600 Subject: [PATCH] chore(deps): Unpin `commitizen` to use latest patch in version bump (#2317) --- .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: |