Skip to content

Commit 100bfe3

Browse files
bearomorphismCopilot
authored andcommitted
ci: remove redundant incremental changelog setting
The bump command already forces incremental changelog generation when update_changelog_on_bump is enabled. Setting changelog_incremental globally also affects the separate release-note command, where the positional version is a rev_range and conflicts with incremental mode. Keep update_changelog_on_bump enabled so automated bumps continue preserving changelog history, while allowing the existing exact-version dry-run to generate GitHub release notes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4967717 commit 100bfe3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ version_provider = "uv"
147147
version_scheme = "pep440"
148148
annotated_tag = true
149149
update_changelog_on_bump = true
150-
changelog_incremental = true
151150

152151
[tool.uv.build-backend]
153152
module-name = "commitizen"

0 commit comments

Comments
 (0)