We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e70b392 commit 883b454Copy full SHA for 883b454
.github/workflows/python-ci.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
token: "${{ secrets.GITHUB_TOKEN }}"
28
- name: Dry-run bump and changelog
29
- uses: commitizen-tools/commitizen-action@0.23.1
+ uses: commitizen-tools/commitizen-action@0.24.0
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
check_consistency: true
.github/workflows/python-release.yml
@@ -21,7 +21,7 @@ jobs:
21
token: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"
22
- name: Create bump and changelog
23
id: cz
24
25
commit: true
push: true
0 commit comments