Skip to content

Commit afcae67

Browse files
committed
Minor fix in release.py
1 parent 590f678 commit afcae67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def main():
5353
relnotes += generate_release_info(platform, artifacts[platform])
5454
download_file(artifacts[platform]["mirror_url"])
5555

56-
relnotes += "```"
56+
relnotes += "\n```"
5757
with open('relnotes.txt', 'w') as f:
5858
f.write(relnotes)
5959

0 commit comments

Comments
 (0)