Skip to content

Commit

Permalink
Adding .cz.toml and modifying bumpversion.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dougollerenshaw committed Sep 19, 2024
1 parent bb6087f commit 5c20150
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ replace = __version__ = "{new_version}"

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = version="{new_version}"
replace = version="{new_version}"

[bumpversion:file:.cz.toml]
search = version = "{current_version}"
replace = version = "{new_version}"
5 changes: 5 additions & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.0"
tag_format = "v$version"
update_changelog_on_bump = true

0 comments on commit 5c20150

Please sign in to comment.