feat: start using commitizen for commit messages

https://github.com/commitizen-tools/commitizen
This commit is contained in:
aria 2025-05-26 15:38:09 +10:00
parent 596e2017b0
commit 08095d9c74
Signed by: aria
SSH key fingerprint: SHA256:WqtcVnDMrv1lnUlNah5k31iywFUI/DV+5yHzCTO4Vds
2 changed files with 9 additions and 1 deletions

7
.cz.toml Normal file
View 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

View file

@ -2,3 +2,4 @@
--ignore=.stowrc --ignore=.stowrc
--ignore=DS_Store --ignore=DS_Store
--ignore=local/* --ignore=local/*
--ignote=.cz.toml