add cz config

This commit is contained in:
tim-hub 2023-12-20 21:28:15 +13:00
parent 8e321d5f74
commit 4aea409847

6
.cz.toml Normal file
View file

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