From 7af1790069bc038f90ea2223aedbfc31e1daba60 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 27 Jul 2024 05:44:37 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Ci(commitizen):=20add=20commitze?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add commitizen configuration file --- .cz.toml | 7 +++++++ 1 file changed, 7 insertions(+) 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