Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
build(POETRY): use commitizen to bump
Browse files Browse the repository at this point in the history
  • Loading branch information
niall-byrne committed Jun 4, 2023
1 parent a990d82 commit 3f33585
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

[tool]

[tool.commitizen]
bump_message = "bump(RELEASE): $current_version → $new_version"
version = "1.1.6"
version_files = ["pyproject.toml:version"]

[tool.poetry]
authors = ["Niall Byrne <[email protected]>"]
description = "Ansible Role Development Environment."
Expand Down
5 changes: 5 additions & 0 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@

[tool]

[tool.commitizen]
bump_message = "bump(RELEASE): $current_version → $new_version"
version = "0.1.0"
version_files = ["pyproject.toml:version"]

[tool.poetry]
authors = ["{{cookiecutter.author}} <{{cookiecutter.email}}>"]
description = "{{cookiecutter.description}}"
Expand Down

0 comments on commit 3f33585

Please sign in to comment.