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.
2 parents 69b4ecd + fc3b08f commit 5d9809aCopy full SHA for 5d9809a
.github/workflows/python-ci.yml
@@ -33,6 +33,15 @@ jobs:
33
34
cz-dry-run:
35
needs: test
36
- uses: prosegrinder/.github/.github/workflows/poetry-cz-dry-run.yaml@main
37
- secrets:
38
- VERSION_BUMP_TAG_TOKEN: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"
+ name: "Dry run Commitizen bump"
+ runs-on: ubuntu-latest
+ steps:
39
+ - uses: actions/checkout@v4
40
+ with:
41
+ fetch-depth: 0
42
+ - name: Create bump and changelog
43
+ uses: commitizen-tools/[email protected]
44
45
+ github_token: ${{ secrets.GITHUB_TOKEN }}
46
+ check_consistency: true
47
+ dry_run: true
0 commit comments