Skip to content

Commit 820d73e

Browse files
committed
chore: clarify internal changelog allow_no_commit argument
Document that allow_no_commit in ChangelogArgs is internal-only for bump-triggered changelog generation. Made-with: Cursor
1 parent 7d59bf4 commit 820d73e

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
@@ -43,7 +43,7 @@ class ChangelogArgs(TypedDict, total=False):
4343
extras: dict[str, Any]
4444
export_template: str
4545
during_version_bump: bool | None
46-
allow_no_commit: bool | None
46+
allow_no_commit: bool | None # Internal-only when invoked by bump.
4747

4848

4949
class Changelog:

0 commit comments

Comments
 (0)