Skip to content

Commit 7c940d6

Browse files
committed
fix(commitizen): don't update changelog until v1.0.0
1 parent 20671c7 commit 7c940d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tag_format = "v$version"
7171
version_scheme = "pep440"
7272
version_provider = "poetry"
7373
changelog_start_rev = "v1.0.0"
74-
update_changelog_on_bump = true
74+
update_changelog_on_bump = false
7575
major_version_zero = true
7676

7777
[tool.coverage.run]

0 commit comments

Comments
 (0)