feat: install commitizen and setup hooks.

This commit is contained in:
CronyAkatsuki 2025-02-23 21:27:22 +01:00
parent e1b374dda7
commit 8c2af3e2f3
3 changed files with 10 additions and 0 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

@ -43,6 +43,7 @@
osu-lazer-bin
overskride
delfin
commitizen
];
# Install librewolf

View File

@ -9,6 +9,8 @@
# General formaters
end-of-file-fixer.enable = true;
mixed-line-endings.enable = true;
# Git commit lint
commitizen.enable = true;
# Nix section
alejandra.enable = true;
deadnix.enable = true;