Skip to content

Commit 13197f3

Browse files
authored
fix: add missing comma after newly added incremental-parameter
fix of previous change/commit regarding same topic
1 parent a93b7ca commit 13197f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitizen/commands/changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def __call__(self) -> None:
245245
tree,
246246
self.cz.template_loader,
247247
self.template,
248-
incremental=self.incremental
248+
incremental=self.incremental,
249249
**{
250250
**self.cz.template_extras,
251251
**self.config.settings["extras"],

0 commit comments

Comments
 (0)