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 d2c6367 commit 41d9746Copy full SHA for 41d9746
1 file changed
app/schema.py
@@ -75,7 +75,7 @@ def add_release_file_comment(self, input: AddReleaseFileCommentInput) -> str:
75
if input.release_info:
76
comment = comment.format(changelog_preview=input.release_info.changelog)
77
78
- if input.image_url:
+ if input.release_card_url:
79
comment += f"\nHere's the preview release card for twitter: "
80
81
add_or_edit_comment(input.pr_number, comment, slug="release-file")
0 commit comments