Skip to content

Commit 9e9e652

Browse files
heysamtexasclaude
andcommitted
fix: add commitizen to dev dependencies for release workflow
- Add commitizen>=3.0.0 to dev dependencies in pyproject.toml - Update uv.lock to include commitizen and its dependencies - This fixes the release workflow error where 'cz' command was not found - Enables automatic version bumping and changelog generation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 86ff2c1 commit 9e9e652

File tree

2 files changed

+165
-0
lines changed

2 files changed

+165
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
dev = [
3838
"ruff==0.12.0",
3939
"pre-commit==4.2.0",
40+
"commitizen>=3.0.0",
4041
]
4142

4243
[tool.hatch.build.targets.wheel]

0 commit comments

Comments
 (0)