Skip to content

Commit 8d87332

Browse files
committed
Review fixes v4
1 parent 23e1224 commit 8d87332

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/release/create_changelog.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
required=True,
5252
type=str,
5353
help=f"""Kind of the changelog entry:
54-
- '{".".join(PRELUDE_ENTRIES)}' for prelude entries
55-
- '{".".join(BREAKING_CHANGE_ENTRIES)}' for breaking change entries
56-
- '{".".join(FEATURE_ENTRIES)}' for feature entries
57-
- '{".".join(BUGFIX_ENTRIES)}' for bugfix entries
54+
- '{", ".join(PRELUDE_ENTRIES)}' for prelude entries
55+
- '{", ".join(BREAKING_CHANGE_ENTRIES)}' for breaking change entries
56+
- '{", ".join(FEATURE_ENTRIES)}' for feature entries
57+
- '{", ".join(BUGFIX_ENTRIES)}' for bugfix entries
5858
- everything else will be treated as other entries""",
5959
)
6060
parser.add_argument("title", type=str, help="Title for the changelog entry")

0 commit comments

Comments
 (0)