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 9a821dc commit 113c74eCopy full SHA for 113c74e
pyproject.toml
@@ -1,3 +1,13 @@
1
+[tool.commitizen]
2
+version = "1.1.1"
3
+tag_format = "v$version"
4
+update_changelog_on_bump = true
5
+changelog_incremental = true
6
+bump_message = "bump: $current_version → $new_version"
7
+version_files = [
8
+ "pyproject.toml:version",
9
+]
10
+
11
[build-system]
12
requires = ["poetry-core"]
13
build-backend = "poetry.core.masonry.api"
0 commit comments