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>
pull/29304/head
wxiaoguang 12 months ago committed by GitHub
parent f634982d23
commit c4a86b20a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      services/mailer/mail_release.go

@ -74,6 +74,7 @@ func mailNewRelease(ctx context.Context, lang string, tos []string, rel *repo_mo
"Release": rel,
"Subject": subject,
"Language": locale.Language(),
"Link": rel.HTMLURL(),
}
var mailBody bytes.Buffer

Loading…
Cancel
Save