releaser: Remove trailing space in fixes list
authorAnthony Fok <foka@debian.org>
Sun, 25 Jun 2017 14:29:58 +0000 (08:29 -0600)
committerAnthony Fok <foka@debian.org>
Sun, 25 Jun 2017 14:29:58 +0000 (08:29 -0600)
releaser/releasenotes_writer.go

index bb057324a1fd28e088b99ef6da178156c22acb7c..9dbdf61a87305db199bbe794be5a1b9102f5b9c0 100644 (file)
@@ -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 }}