We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e1224 commit 8d87332Copy full SHA for 8d87332
scripts/release/create_changelog.py
@@ -51,10 +51,10 @@
51
required=True,
52
type=str,
53
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
+ - '{", ".join(PRELUDE_ENTRIES)}' for prelude entries
+ - '{", ".join(BREAKING_CHANGE_ENTRIES)}' for breaking change entries
+ - '{", ".join(FEATURE_ENTRIES)}' for feature entries
+ - '{", ".join(BUGFIX_ENTRIES)}' for bugfix entries
58
- everything else will be treated as other entries""",
59
)
60
parser.add_argument("title", type=str, help="Title for the changelog entry")
0 commit comments