Skip to content

Commit

Permalink
build(pyproject.toml): init the commitizen tool
Browse files Browse the repository at this point in the history
help with change management
  • Loading branch information
JohnVonNeumann committed Nov 23, 2024
1 parent 05f7033 commit 4733831
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,14 @@ mypy = "^1.8.0"
freezegun = "^1.4.0"
commitizen = "^3.31.0"


[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver2"
version_provider = "poetry"
update_changelog_on_bump = true
major_version_zero = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 4733831

Please sign in to comment.