Fix changelog template for GitHub

This commit is contained in:
Alexander Neumann 2017-12-27 23:26:19 +01:00
parent 9e1180a29b
commit 85f9f3e290
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Details
{{ $par }}
{{ end }}
{{ range $id := .Issues -}}
[{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}})
{{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/issues/{{ $id -}})
{{- end -}}
{{ range $id := .PRs -}}
{{ ` ` }}[#{{ $id }}](https://github.com/restic/restic/pull/{{ $id -}})