Skip to content

Commit e3c4492

Browse files
authored
fix release mail html template (#14976)
was missing an </a>
1 parent 3e7dccd commit e3c4492

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

templates/mail/release.tmpl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@
1212
</head>
1313

1414
<body>
15-
<p><b>@{{.Release.Publisher.Name}}</b> released <a href="{{.Release.HTMLURL}}">{{.Release.TagName}}</a>
16-
in <a href="{{AppUrl}}{{.Release.Repo.OwnerName}}/{{.Release.Repo.Name}}">{{.Release.Repo.FullName}} </p>
15+
<p>
16+
<b>@{{.Release.Publisher.Name}}</b> released <a href="{{.Release.HTMLURL}}">{{.Release.TagName}}</a>
17+
in <a href="{{AppUrl}}{{.Release.Repo.OwnerName}}/{{.Release.Repo.Name}}">{{.Release.Repo.FullName}}</a>
18+
</p>
1719
<h4>Title: {{.Release.Title}}</h4>
1820
<p>
1921
Note: <br>

0 commit comments

Comments
 (0)