File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22repos :
33 - repo : https://github.com/commitizen-tools/commitizen
4- rev : v1.17.0
4+ rev : v4.8.4
55 hooks :
66 - id : commitizen
77 stages : [commit-msg]
Original file line number Diff line number Diff line change @@ -37,11 +37,6 @@ dev = [
3737 " mypy>=1.14.1" ,
3838 " ruff>=0.12.10" ,
3939]
40- docs = [
41- " mkdocs>=1.6.1" ,
42- " mkdocs-material>=9.5.49" ,
43- " mkdocs-gen-files>=0.5.0" ,
44- ]
4540
4641[project .urls ]
4742Homepage = " https://github.com/keycardai/python-sdk"
@@ -69,6 +64,29 @@ build-backend = "hatchling.build"
6964[tool .hatch .version ]
7065source = " uv-dynamic-versioning"
7166
67+ [tool .uv-dynamic-versioning ]
68+ vcs = " git"
69+ pattern = " (?P<base>\\ d+\\ .\\ d+\\ .\\ d+)-keycardai"
70+ style = " pep440"
71+
72+ [[tool .uv .index ]]
73+ name = " testpypi"
74+ url = " https://test.pypi.org/simple/"
75+ publish-url = " https://test.pypi.org/legacy/"
76+ explicit = true
77+
78+ [tool .commitizen ]
79+ name = " cz_customize"
80+ version = " 0.0.0"
81+ tag_format = " ${version}-keycardai"
82+ ignored_tag_formats = [" ${version}-*" ]
83+ update_changelog_on_bump = true
84+ bump_message = " bump: keycardai $current_version → $new_version"
85+ major_version_zero = true
86+
87+ [tool .commitizen .customize ]
88+ changelog_pattern = " ^(feat|fix|refactor|perf|test|build|ci|revert)\\ (keycardai\\ )(!)?:"
89+
7290[dependency-groups ]
7391dev = [
7492 " pytest>=8.4.1" ,
You can’t perform that action at this time.
0 commit comments