Skip to content

Commit

Permalink
fix: use Poetry as Commitizen version provider (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
sinopeus authored Feb 22, 2024
1 parent c3e5979 commit 59ba878
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions {{ cookiecutter.__package_name_kebab_case }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ repository = "{{ cookiecutter.package_url }}"
bump_message = "bump(release): v$current_version → v$new_version"
tag_format = "v$version"
update_changelog_on_bump = true
version = "0.0.0"
version_files = ["pyproject.toml:version"]
version_provider = "poetry"
{%- endif %}
{%- if cookiecutter.with_typer_cli|int %}

Expand Down

0 comments on commit 59ba878

Please sign in to comment.