Skip to content

Commit 467e8e4

Browse files
committed
Remove release title from the GitHub release notes body
1 parent 13130e9 commit 467e8e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/gen-release-notes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
if first_heading_found:
2424
break
2525
first_heading_found = True
26-
output_lines.append(line)
26+
else:
27+
output_lines.append(line)
2728

2829
output_fn = this_dir / "latest-release-notes.md"
2930
output_fn.write_text("\n".join(output_lines), encoding="UTF-8")

0 commit comments

Comments
 (0)