Merge pull request #15 from owncloud/changelog-template

fix changelog template
This commit is contained in:
David Christofas authored and GitHub committed 2020-03-25 10:36:59 +01:00
commit d72abc682d
1 file changed
+1 -1
+1 -1
View File
@@ -12,7 +12,7 @@ The following sections list the changes for {{ .Version }}.
{{ range $entry := .Entries }}{{ with $entry }}
* {{ .Type }} #{{ .PrimaryID }}: {{ .Title }}
{{ range $par := .Paragraphs }}
{{ wrap $par 80 3 }}
{{ wrapIndent $par 80 3 }}
{{ end -}}
{{ range $url := .IssueURLs }}
{{ $url -}}