You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cz bump with changelog_incremental = false on pyproject.toml doesn't have any effect when calling cz bump --changelog or cz bump with update_changelog_on_bump = true`.
Steps to reproduce
Define changelog_incremental = false and update_changelog_on_bump = true
LuisHenri
changed the title
Good bug title tells us about precise symptom, not about the root cause.
changelog_incremental is set as default when calling changelog from cz bump
Oct 11, 2023
We'd appreciate it if you're interested in sending us a PR. 🙂 I think this should be an easy and small one. Other than the value change, all we need is adding a few tests
Description
cz bump
withchangelog_incremental = false
onpyproject.toml
doesn't have any effect when callingcz bump --changelog
orcz bump with
update_changelog_on_bump = true`.Steps to reproduce
cz bump
Current behavior
It runs as if
changelog_incremental = true
.Desired behavior
Run
cz ch
withoutincremental
.Screenshots
https://github.com/commitizen-tools/commitizen/blob/9d0878c201c579aaf7d7c0219f19f95897bd01fc/commitizen/commands/bump.py#L272C1-L279C14
Environment
The text was updated successfully, but these errors were encountered: