Fix changelog template

This commit is contained in:
Alexander Neumann
2020-04-04 21:13:07 +02:00
parent c69d473fa5
commit 27264c0a7a
+1 -1
View File
@@ -16,7 +16,7 @@ Details
{{ range $entry := .Entries }}{{ with $entry }} {{ range $entry := .Entries }}{{ with $entry }}
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }} * {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
{{ range $par := .Paragraphs }} {{ range $par := .Paragraphs }}
{{ wrap $par 80 3 }} {{ wrapIndent $par 80 3 }}
{{ end -}} {{ end -}}
{{ range $id := .Issues }} {{ range $id := .Issues }}
https://github.com/restic/restic/issues/{{ $id -}} https://github.com/restic/restic/issues/{{ $id -}}