We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7dccd commit e3c4492Copy full SHA for e3c4492
templates/mail/release.tmpl
@@ -12,8 +12,10 @@
12
</head>
13
14
<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>
+ <p>
+ <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>
19
<h4>Title: {{.Release.Title}}</h4>
20
<p>
21
Note: <br>
0 commit comments