From 4ae83c1f4e22909e86fc0e02365027f1f9f7f4b3 Mon Sep 17 00:00:00 2001 From: kshitijrajsharma Date: Mon, 25 Nov 2024 22:47:10 +0100 Subject: [PATCH] update version to 1.1.3 and adjust tag format in commitizen configuration --- .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