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
Copy file name to clipboardExpand all lines: commitizen/commands/bump.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,8 @@ def __call__(self) -> None:
311
311
"extras": self.extras,
312
312
"incremental": True,
313
313
"dry_run": dry_run,
314
+
"during_version_bump": prerelease
315
+
isNone, # We let the changelog implementation know that we want to replace prereleases while staying incremental AND the new tag does not exist already
0 commit comments