From 08095d9c74c69b492ea7b5f07f13fdbccbde8b2f Mon Sep 17 00:00:00 2001 From: aria Date: Mon, 26 May 2025 15:38:09 +1000 Subject: [PATCH] feat: start using commitizen for commit messages https://github.com/commitizen-tools/commitizen --- .cz.toml | 7 +++++++ .stowrc | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .cz.toml diff --git a/.cz.toml b/.cz.toml new file mode 100644 index 0000000..d98e25c --- /dev/null +++ b/.cz.toml @@ -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 diff --git a/.stowrc b/.stowrc index ac701b1..691c3ca 100644 --- a/.stowrc +++ b/.stowrc @@ -1,4 +1,5 @@ --target=~/.config --ignore=.stowrc --ignore=DS_Store ---ignore=local/* \ No newline at end of file +--ignore=local/* +--ignote=.cz.toml