Skip to content

Commit ac38311

Browse files
authored
Merge pull request #19 from numberly/feat/activate_cz
build(commitizen): initial support
2 parents f9e7a7f + ff9de18 commit ac38311

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[tool.commitizen]
2+
name = "cz_conventional_commits"
3+
tag_format = "$version"
4+
version_scheme = "semver"
5+
version = "1.0.2"
6+
update_changelog_on_bump = true

0 commit comments

Comments
 (0)