diff --git a/.cz.toml b/.cz.toml index d24d55a3..86311afd 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -tag_format = "\"v$version\"" +tag_format = "v$version" version_scheme = "semver2" -version = "1.0.1" +version = "1.1.3" update_changelog_on_bump = true