From b0024c99b0cd06e12f95882749b3668a639cf24c Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 15 May 2023 09:41:53 +0930 Subject: [PATCH] fix(ci): v no longer suffix to tag !22 --- .cz.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cz.yaml b/.cz.yaml index c8549e3..71ef8ec 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -2,6 +2,6 @@ commitizen: bump_message: "build(version): bump version $current_version \u2192 $new_version" changelog_incremental: false name: cz_conventional_commits - tag_format: v$major.$minor.$patch$prerelease + tag_format: $major.$minor.$patch$prerelease update_changelog_on_bump: true version: 0.6.1rc0