Skip to content

Commit ac6a306

Browse files
chore(Commitizen): Don't bump major version
Normally, Commitizen, in compliance with semantic versioning, bumps the project's major version on breaking changes. At major version 0, any release can have breaking changes, and bumping the major version to 1 signifies the stability of the public API. We are currently at major version 0, so configure Commitizen not to bump the major version on breaking changes.
1 parent f460658 commit ac6a306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
[tool.commitizen]
77
version = "0.7.2"
88
version_files = ["pyproject.toml:version"]
9+
major_version_zero = true
910

1011
[tool.poetry]
1112
name = "GitHub Starter Workflows"

0 commit comments

Comments
 (0)