{{- range $changes := . }}{{ with $changes -}} Changelog for rest-server {{ .Version }} ({{ .Date }}) ========================================= The following sections list the changes in rest-server {{ .Version }} relevant to users. The changes are ordered by importance. Summary ------- {{ range $entry := .Entries }}{{ with $entry }} * {{ .TypeShort }} [#{{ .PrimaryID }}]({{ .PrimaryURL }}): {{ .Title }} {{- end }}{{ end }} Details ------- {{ range $entry := .Entries }}{{ with $entry }} * {{ .Type }} #{{ .PrimaryID }}: {{ .Title }} {{ range $par := .Paragraphs }} {{ $par }} {{ end }} {{ range $id := .Issues -}} {{ ` ` }}[#{{ $id }}](https://github.com/restic/rest-server/issues/{{ $id -}}) {{- end -}} {{ range $id := .PRs -}} {{ ` ` }}[#{{ $id }}](https://github.com/restic/rest-server/pull/{{ $id -}}) {{- end -}} {{ ` ` }}{{ range $url := .OtherURLs -}} {{ $url -}} {{- end }} {{ end }}{{ end }} {{ end }}{{ end -}}