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 7fe7475 commit e2283b0Copy full SHA for e2283b0
build_tools/changelog.py
@@ -166,7 +166,7 @@ def render_changelog(prs, assigned):
166
for title, _ in assigned.items():
167
pr_group = [prs[i] for i in assigned[title]]
168
if pr_group:
169
- print(f"\n##{title}\n")
+ print(f"\n## {title}\n")
170
171
for pr in sorted(pr_group, key=lambda x: parser.parse(x["merged_at"])):
172
render_row(pr)
0 commit comments