1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00
KN4CK3R
2022-10-19 14:40:28 +02:00
committed by GitHub
parent 7d1aed83f4
commit c3b2e44392
18 changed files with 615 additions and 43 deletions

View File

@@ -23,7 +23,7 @@ const (
tplNewReleaseMail base.TplName = "release"
)
// MailNewRelease send new release notify to all all repo watchers.
// MailNewRelease send new release notify to all repo watchers.
func MailNewRelease(ctx context.Context, rel *repo_model.Release) {
if setting.MailService == nil {
// No mail service configured