build: 'v' no longer a suffix on version/tag

!3
This commit is contained in:
2023-05-16 14:34:45 +09:30
parent e2e704c545
commit 64093a6aad

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: 0.1.0rc2