build(version): Added cz config for bumping version

#1
This commit is contained in:
2021-08-03 12:19:44 +09:30
parent 7e5d8bb354
commit bd08adf93f

7
.cz.yaml Normal file
View File

@ -0,0 +1,7 @@
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
update_changelog_on_bump: true
version: 0.0.1