build(Commitizen): Add commitizen config to project

This commit is contained in:
Alexander Navarro 2024-03-13 10:07:21 -03:00
parent 54010c6a23
commit a950d4b2fa
2 changed files with 10 additions and 2 deletions

8
.cz.toml Normal file
View file

@ -0,0 +1,8 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "semver"
version_provider = "npm"
update_changelog_on_bump = true
major_version_zero = true
changelog_incremental = true