Skip to content

Commit

Permalink
build: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thebaptiste committed Dec 18, 2023
1 parent bce1397 commit 1247ccd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghtc/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def cli(
),
include_type: List[str] = Option(
[],
help="include (only) given conventional types in changelog (can be "
"used multiple times, all types by default), available types: %s" % ALL_TYPES,
help="include (only) given conventional types in changelog (can be used "
"multiple times, all types by default), available types: %s" % ALL_TYPES,
),
title: str = "CHANGELOG",
unreleased_title: str = "[Unreleased]",
Expand Down

0 comments on commit 1247ccd

Please sign in to comment.