We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0695a2f commit 55789cbCopy full SHA for 55789cb
commitizen/commands/bump.py
@@ -205,7 +205,7 @@ def __call__(self) -> None:
205
# --get-next is a special case, taking precedence over config for 'update_changelog_on_bump'
206
self.changelog_config = False
207
# Setting dry_run to prevent any unwanted changes to the repo or files
208
- self.dry_run = True
+ # self.dry_run = True
209
else:
210
# If user specified changelog_to_stdout, they probably want the
211
# changelog to be generated as well, this is the most intuitive solution
0 commit comments