diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82ef19c..6f83af2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,7 +87,7 @@ jobs: uses: stefanzweifel/git-auto-commit-action@v4 with: branch: main - commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]' + commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }}' file_pattern: CHANGELOG.md deploy: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1fd10a2..33153b1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +default_install_hook_types: + - pre-commit + - commit-msg repos: - repo: https://github.com/psf/black-pre-commit-mirror rev: 24.1.1