From ff9de18d012a26bcb427c2601c6644d6999cee9f Mon Sep 17 00:00:00 2001 From: THEBAULT Julien Date: Tue, 17 Sep 2024 20:42:58 +0200 Subject: [PATCH] build(commitizen): initial support --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..32f3e3b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[tool.commitizen] +name = "cz_conventional_commits" +tag_format = "$version" +version_scheme = "semver" +version = "1.0.2" +update_changelog_on_bump = true