mirror of
https://github.com/restic/rest-server.git
synced 2026-09-26 05:51:24 -07:00
Fix changelog template
This commit is contained in:
@@ -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 -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user