Update changelog template

This commit is contained in:
Alexander Neumann 2018-03-24 17:31:21 +01:00
parent 26769a39eb
commit 0e0fee9c8f
2 changed files with 4 additions and 4 deletions

View File

@ -18,11 +18,11 @@ Details
{{ range $par := .Paragraphs }}
{{ wrap $par 80 3 }}
{{ end -}}
{{ range $id := .Issues }}
https://github.com/restic/restic/issues/{{ $id -}}
{{ range $url := .IssueURLs }}
{{ $url -}}
{{ end -}}
{{ range $id := .PRs }}
https://github.com/restic/restic/pull/{{ $id -}}
{{ range $url := .PRURLs }}
{{ $url -}}
{{ end -}}
{{ range $url := .OtherURLs }}
{{ $url -}}