Skip to content

Commit

Permalink
fix(release): set check_consistency on false from commitizen-action
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  • Loading branch information
AntiD2ta committed Oct 26, 2024
1 parent 7462abf commit b5115ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit b5115ac

Please sign in to comment.