Skip to content

Commit 1bd095d

Browse files
authored
Merge pull request #1 from commitizen-tools/update-readme
Update readme repo owner
2 parents d692247 + 008c4bf commit 1bd095d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
jobs:
2121
bump_version:
22+
if: "!startsWith(github.event.head_commit.message, 'bump:')"
2223
runs-on: ubuntu-latest
2324
name: "Bump version and create changelog with commitizen"
2425
steps:
@@ -27,7 +28,7 @@ jobs:
2728
with:
2829
fetch-depth: 0
2930
- name: Create bump and changelog
30-
uses: Woile/commitizen-action@master
31+
uses: commitizen-tools/commitizen-action@master
3132
with:
3233
github_token: ${{ secrets.GITHUB_TOKEN }}
3334
```

0 commit comments

Comments
 (0)