feat: automate release process with conventional commits

This commit is contained in:
Prad N
2025-03-21 21:26:26 -04:00
parent 8b4d51ee30
commit bf4a7440be
5 changed files with 18 additions and 32 deletions
+3 -2
View File
@@ -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"]