Skip to content

Commit 4b74ec5

Browse files
committed
[INTERNAL] CHANGELOG: Fix GitHub release template
1 parent 98612d4 commit 4b74ec5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.chglog/RELEASE.tpl.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424

2525
{{ if .Tag.Previous }}
2626
### All changes
27-
<a name="{{ .Tag.Previous.Name }}...{{ .Tag.Name }}"></a>
28-
`[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]``
27+
[`{{ .Tag.Previous.Name }}...{{ .Tag.Name }}`]
2928
{{ end }}
3029

3130
{{ if .Tag.Previous -}}
32-
[{{ .Tag.Previous.Name }}...{{ .Tag.Name }}]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
31+
[`{{ .Tag.Previous.Name }}...{{ .Tag.Name }}`]: {{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}
3332
{{ end -}}
3433
{{ end -}}

0 commit comments

Comments
 (0)