Skip to content

Commit

Permalink
feat(commitzen): adds commitizen for release strategy
Browse files Browse the repository at this point in the history
BREAKING CHANGE: first public release
  • Loading branch information
kshitijrajsharma committed May 30, 2024
1 parent ec9dfab commit e013b29
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cz.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "\"v$version\""
version_scheme = "semver2"
version = "0.1.0"
update_changelog_on_bump = true

0 comments on commit e013b29

Please sign in to comment.