Skip to content

Commit 298951a

Browse files
committed
build: add commitizen config to pyproject
1 parent 78b13ca commit 298951a

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
@@ -35,3 +35,13 @@ testpaths = [
3535
]
3636
asyncio_mode="auto"
3737
asyncio_default_fixture_loop_scope="session"
38+
39+
[tool.commitizen]
40+
name = "cz_conventional_commits"
41+
version = "0.1.0"
42+
version_files = [
43+
"pyproject.toml:version",
44+
"osm_data_client/__version__.py",
45+
]
46+
changelog_file = "CHANGELOG.md"
47+
update_changelog_on_bump = true

0 commit comments

Comments
 (0)