Skip to content

Commit

Permalink
ci: Update Commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfloyd committed Nov 14, 2023
1 parent 73b3a9f commit 5a400f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.9.0"
version_provider = "scm"
tag_format = "v$version"
2 changes: 1 addition & 1 deletion .github/workflows/bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 0
ssh-key: "${{ secrets.DEPLOY_SSH_KEY }}"
- run: pip3 install Commitizen==2.27.1
- run: pip3 install Commitizen==3.12.0 setuptools-scm>=8.0

- run: git config --local user.email "[email protected]"
- run: git config --local user.name "github-actions"
Expand Down

0 comments on commit 5a400f6

Please sign in to comment.