Skip to content

Commit

Permalink
refactor(commitizen): move cz config to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml committed Apr 17, 2022
1 parent e631541 commit d17e3d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .cz.toml

This file was deleted.

9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,12 @@ exclude_lines = [
# Logs can be ignored
"self.log",
]

[tool.commitizen]
name = "cz_conventional_commits"
version = "4.19.0b3"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"apps/controllerx/cx_version.py",
".cz.toml:version"
]

0 comments on commit d17e3d9

Please sign in to comment.