Skip to content

Commit 55789cb

Browse files
committed
refactor(bump): remove unused member
1 parent 0695a2f commit 55789cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/bump.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def __call__(self) -> None:
205205
# --get-next is a special case, taking precedence over config for 'update_changelog_on_bump'
206206
self.changelog_config = False
207207
# Setting dry_run to prevent any unwanted changes to the repo or files
208-
self.dry_run = True
208+
# self.dry_run = True
209209
else:
210210
# If user specified changelog_to_stdout, they probably want the
211211
# changelog to be generated as well, this is the most intuitive solution

0 commit comments

Comments
 (0)