Skip to content

Commit 9bb3c1c

Browse files
authored
feat: update pyproject (#16)
* feat: update pyproject * chore: update conf
1 parent d660d8b commit 9bb3c1c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pyproject.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,11 @@ disallow_incomplete_defs = false
144144
# =============================================================================
145145
[tool.commitizen]
146146
name = "cz_conventional_commits"
147-
tag_format = "v$version"
148-
version_scheme = "semver"
149-
version_provider = "pep621"
147+
version = "0.1.0"
148+
tag_format = "v$major.$minor.$patch"
150149
update_changelog_on_bump = true
151-
major_version_zero = true
150+
annotated_tag = true
151+
version_files = [
152+
"markdown_flow/__init__.py:__version__"
153+
]
154+
bump_message = "bump: version $current_version → $new_version"

0 commit comments

Comments
 (0)