hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit b463c5ad867a9fa71ab096ab3326c84d84e7e8ea
parent 1a041522dff56b854b15ce4870c3b86e617d05db
Author: Anthony Fok <foka@debian.org>
Date:   Sun, 25 Jun 2017 08:29:58 -0600

releaser: Remove trailing space in fixes list

Diffstat:
Mreleaser/releasenotes_writer.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go
@@ -103,9 +103,9 @@ Hugo now has:
 {{ define "change-section" }}
 {{ range . }}
 {{- if .GitHubCommit -}}
-* {{ .Subject }} {{ . | commitURL }} {{ . | authorURL }} {{ range .Issues }}{{ . | issue }} {{ end }}
+* {{ .Subject }} {{ . | commitURL }} {{ . | authorURL }} {{ range .Issues }}{{ . | issue }}{{ end }}
 {{ else -}}
-* {{ .Subject }} {{ range .Issues }}{{ . | issue }} {{ end }}
+* {{ .Subject }} {{ range .Issues }}{{ . | issue }}{{ end }}
 {{ end -}}
 {{- end }}
 {{ end }}