mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: automate release process with conventional commits
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
name = "cz_conventional_commits"
|
||||
tag_format = "v$version"
|
||||
version_scheme = "semver"
|
||||
version = "0.6.3"
|
||||
version_provider = "scm"
|
||||
update_changelog_on_bump = true
|
||||
major_version_zero = true
|
||||
changelog_file = "CHANGELOG.md"
|
||||
pre_bump_hooks = ["make test"]
|
||||
post_bump_hooks = ["make release"]
|
||||
|
||||
Reference in New Issue
Block a user