Skip to content

Commit 113c74e

Browse files
committed
fix: added commitizen config
1 parent 9a821dc commit 113c74e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
[build-system]
212
requires = ["poetry-core"]
313
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)