feat(build): add commitizen for versioning

!1
This commit is contained in:
2023-05-13 15:06:33 +09:30
parent 72a0c3f9d7
commit d86b5b35df

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: $major.$minor.$patch$prerelease
update_changelog_on_bump: true
version: 0.0.1