build(gitlab_release): add cz config file for verion bumping.

MR !5
This commit is contained in:
2022-01-29 15:02:02 +09:30
parent cc7a411613
commit c9f9d0b504

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: 1.0.0rc0