diff --git a/.cz.toml b/.cz.toml new file mode 100644 index 0000000..2f83c83 --- /dev/null +++ b/.cz.toml @@ -0,0 +1,6 @@ +[ tool.commitizen ] +name = "cz_conventional_commits" +version = "0.1.0" +tag_format = "v$version" +update_changelog_on_bump = true +version_files = [ ".cz.toml:version" ]