mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-24 04:57:00 -04:00
Merge pull request #15 from owncloud/changelog-template
fix changelog template
This commit is contained in:
1 file changed
+1
-1
@@ -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 -}}
|
||||
|
||||
Reference in new issue
Block a user