From b5115acf083a5882bf17d88ff70485bb03093270 Mon Sep 17 00:00:00 2001 From: AntiD2ta Date: Sat, 26 Oct 2024 09:13:22 +0000 Subject: [PATCH] fix(release): set check_consistency on false from commitizen-action BREAKING CHANGE: --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 67537a5..3b12871 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -130,6 +130,7 @@ jobs: release: runs-on: ubuntu-latest name: "Bump version and create changelog with commitizen" + needs: define_tag steps: - name: Check out uses: actions/checkout@v4 @@ -141,6 +142,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} changelog_increment_filename: CHANGELOG.md + check_consistency: false - name: Release uses: softprops/action-gh-release@v1 with: