fix(cz): remove 'v' suffix from tag

!10 fixes #10
This commit is contained in:
2023-05-28 15:28:49 +09:30
parent e4c5780322
commit 32ec703d72

View File

@ -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: 1.0.0rc1