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 f3b9667 commit b96f3ebCopy full SHA for b96f3eb
.cz.toml
@@ -0,0 +1,8 @@
1
+[tool.commitizen]
2
+bump_message = "build(version): update version from $current_version to $new_version [skip ci]"
3
+# Don't implement yet.
4
+update_changelog_on_bump = false
5
+version_provider = "poetry"
6
+version_files = [
7
+ "pyproject.toml"
8
+]
.github/sync.yml
@@ -15,6 +15,8 @@ group:
15
dest: justfile
16
- source: poetry.toml
17
dest: poetry.toml
18
+ - source: .cz.toml
19
+ dest: .cz.toml
20
- source: ruff.toml
21
dest: ruff.toml
22
- source: LICENSE.md
0 commit comments