Skip to content

Commit a93b7ca

Browse files
authored
feat: add parameter to changelog generation to identify incremental generation run
1 parent b76301d commit a93b7ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitizen/commands/changelog.py

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

0 commit comments

Comments
 (0)