From cecc0c83d357fe8d5eff8911f111d9843b0e2b70 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 25 Nov 2024 22:48:12 +0100 Subject: [PATCH] fix(config): update tag format and version to 1.1.3 in .cz.toml --- .cz.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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