Skip to content

Commit 5c4f009

Browse files
committed
Update template
1 parent 41d9746 commit 5c4f009

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/schema.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ def add_release_file_comment(self, input: AddReleaseFileCommentInput) -> str:
7676
comment = comment.format(changelog_preview=input.release_info.changelog)
7777

7878
if input.release_card_url:
79-
comment += f"\nHere's the preview release card for twitter: ![]({input.release_card_url})"
79+
comment += (
80+
"\n---\nHere's the preview release card for "
81+
f"twitter:\n\n![]({input.release_card_url})"
82+
)
8083

8184
add_or_edit_comment(input.pr_number, comment, slug="release-file")
8285
update_labels(input.pr_number, input.release_info)

0 commit comments

Comments
 (0)