feat(.cz.toml): add commitizen config
This commit is contained in:
parent
a95fde9df7
commit
ec39af67d7
1 changed files with 7 additions and 0 deletions
7
.cz.toml
Normal file
7
.cz.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
tag_format = "v$version"
|
||||
version_scheme = "semver"
|
||||
version_provider = "npm"
|
||||
update_changelog_on_bump = true
|
||||
major_version_zero = true
|
Loading…
Add table
Add a link
Reference in a new issue