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 98612d4 commit 4b74ec5Copy full SHA for 4b74ec5
.chglog/RELEASE.tpl.md
@@ -24,11 +24,10 @@
24
25
{{ if .Tag.Previous }}
26
### All changes
27
-<a name="{{ .Tag.Previous.Name }}...{{ .Tag.Name }}"></a>
28
-`[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]``
+[`{{ .Tag.Previous.Name }}...{{ .Tag.Name }}`]
29
{{ end }}
30
31
{{ if .Tag.Previous -}}
32
-[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
+[`{{ .Tag.Previous.Name }}...{{ .Tag.Name }}`]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
33
{{ end -}}
34
0 commit comments