Skip to content

Commit

Permalink
chore: commitizen config updted to use poetry as version provider
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosschroh committed Aug 29, 2024
1 parent 057aaa4 commit b1d0261
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,8 @@ exclude = '''
'''

[tool.commitizen]
version = "0.22.1"
version_provider = "poetry"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
]
update_changelog_on_bump = true
major_version_zero = true

Expand Down

0 comments on commit b1d0261

Please sign in to comment.