Skip to content

Commit 3dfee03

Browse files
authored
Prepend "Changes:" to GitHub draft description (#2804)
1 parent b83c87c commit 3dfee03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Configurations/generate_latest_changes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
hit_first_changelog_note = False
99
with open("CHANGELOG", "r") as changelog_file:
10+
sys.stdout.write("Changes:\n\n")
1011
for line in changelog_file:
1112
if line.startswith("#"):
1213
if hit_first_changelog_note:

0 commit comments

Comments
 (0)