feat: start using commitizen for commit messages
https://github.com/commitizen-tools/commitizen
This commit is contained in:
parent
596e2017b0
commit
08095d9c74
2 changed files with 9 additions and 1 deletions
7
.cz.toml
Normal file
7
.cz.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
tag_format = "$version"
|
||||
version_scheme = "semver"
|
||||
version = "0.0.1"
|
||||
update_changelog_on_bump = true
|
||||
major_version_zero = true
|
Loading…
Add table
Add a link
Reference in a new issue