diff options
Diffstat (limited to '.cz.toml')
-rw-r--r-- | .cz.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.cz.toml b/.cz.toml new file mode 100644 index 000000000..2cbf9452e --- /dev/null +++ b/.cz.toml @@ -0,0 +1,5 @@ +[tool] +[tool.commitizen] +name = "cz_conventional_commits" +version = "3.9.1" +tag_format = "v$version" |