Skip to content

Commit

Permalink
Fix missing link on outgoing new release notifications (#29079) (#29300)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people committed Feb 21, 2024
1 parent f634982 commit c4a86b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/mailer/mail_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4a86b2

Please sign in to comment.