We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running cz bump with the --dry-run option causes the CHANGELOG.md file to be modified
update_changelog_on_bump = true
cz bump --dry-run --increment PATCH
Recent version of cz started to modify changelog even when called with --dry-run option
cz bump called as --dry-run should not modify anything
No response
Commitizen Version: 3.18.3 Python Version: 3.12.2 (main, Feb 6 2024, 20:19:44) [Clang 15.0.0 (clang-1500.*******)] Operating System: Darwin
The text was updated successfully, but these errors were encountered:
Appears to be fixed with v3.18.4 release
Sorry, something went wrong.
No branches or pull requests
Description
Running cz bump with the --dry-run option causes the CHANGELOG.md file to be modified
Steps to reproduce
update_changelog_on_bump = true
in configurationcz bump --dry-run --increment PATCH
Current behavior
Recent version of cz started to modify changelog even when called with --dry-run option
Desired behavior
cz bump called as --dry-run should not modify anything
Screenshots
No response
Environment
Commitizen Version: 3.18.3
Python Version: 3.12.2 (main, Feb 6 2024, 20:19:44) [Clang 15.0.0 (clang-1500.*******)]
Operating System: Darwin
The text was updated successfully, but these errors were encountered: