Add support for commitizen and pre-commit

This commit is contained in:
Shrukan
2024-02-17 18:46:26 -07:00
parent 7ce1e00d56
commit e7aca940f1
4 changed files with 37 additions and 10 deletions

8
.cz.toml Normal file
View File

@ -0,0 +1,8 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "0.0.1"
version_scheme = "semver"
version = "1.0.0"
update_changelog_on_bump = true
major_version_zero = true
version_files = ["meson.build:version"]