Skip to content

Commit c4a86b2

Browse files
wxiaoguangwiktor-kKN4CK3R
authored
Fix missing link on outgoing new release notifications (#29079) (#29300)
Backport #29079 Signed-off-by: Wiktor Kwapisiewicz <wiktor@metacode.biz> Co-authored-by: Wiktor Kwapisiewicz <wiktor@metacode.biz> Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
1 parent f634982 commit c4a86b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/mailer/mail_release.go

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ func mailNewRelease(ctx context.Context, lang string, tos []string, rel *repo_mo
7474
"Release": rel,
7575
"Subject": subject,
7676
"Language": locale.Language(),
77+
"Link": rel.HTMLURL(),
7778
}
7879

7980
var mailBody bytes.Buffer

0 commit comments

Comments
 (0)