We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d692247 + 008c4bf commit 1bd095dCopy full SHA for 1bd095d
1 file changed
README.md
@@ -19,6 +19,7 @@ on:
19
20
jobs:
21
bump_version:
22
+ if: "!startsWith(github.event.head_commit.message, 'bump:')"
23
runs-on: ubuntu-latest
24
name: "Bump version and create changelog with commitizen"
25
steps:
@@ -27,7 +28,7 @@ jobs:
27
28
with:
29
fetch-depth: 0
30
- name: Create bump and changelog
- uses: Woile/commitizen-action@master
31
+ uses: commitizen-tools/commitizen-action@master
32
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
```
0 commit comments