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 78b13ca commit 298951aCopy full SHA for 298951a
pyproject.toml
@@ -35,3 +35,13 @@ testpaths = [
35
]
36
asyncio_mode="auto"
37
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