diff --git a/.cz.toml b/.cz.toml new file mode 100644 index 00000000..63d04477 --- /dev/null +++ b/.cz.toml @@ -0,0 +1,6 @@ +[tool.commitizen] +name = "cz_conventional_commits" +tag_format = "\"v$version\"" +version_scheme = "semver2" +version = "0.1.0" +update_changelog_on_bump = true