Skip to content

Commit

Permalink
Merge pull request #205 from marcosschroh/fix/commitizen-config
Browse files Browse the repository at this point in the history
chore: commitizen config updted to use poetry as version provider
  • Loading branch information
woile authored Aug 29, 2024
2 parents 057aaa4 + b1d0261 commit f4592c9
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 f4592c9

Please sign in to comment.