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 d660d8b commit 9bb3c1cCopy full SHA for 9bb3c1c
pyproject.toml
@@ -144,8 +144,11 @@ disallow_incomplete_defs = false
144
# =============================================================================
145
[tool.commitizen]
146
name = "cz_conventional_commits"
147
-tag_format = "v$version"
148
-version_scheme = "semver"
149
-version_provider = "pep621"
+version = "0.1.0"
+tag_format = "v$major.$minor.$patch"
150
update_changelog_on_bump = true
151
-major_version_zero = true
+annotated_tag = true
+version_files = [
152
+ "markdown_flow/__init__.py:__version__"
153
+]
154
+bump_message = "bump: version $current_version → $new_version"
0 commit comments