releaser: Remove trailing space in fixes list

This commit is contained in:
Anthony Fok 2017-06-25 08:29:58 -06:00
parent 1a041522df
commit b463c5ad86

View file

@ -103,9 +103,9 @@ Hugo now has:
{{ define "change-section" }} {{ define "change-section" }}
{{ range . }} {{ range . }}
{{- if .GitHubCommit -}} {{- if .GitHubCommit -}}
* {{ .Subject }} {{ . | commitURL }} {{ . | authorURL }} {{ range .Issues }}{{ . | issue }} {{ end }} * {{ .Subject }} {{ . | commitURL }} {{ . | authorURL }} {{ range .Issues }}{{ . | issue }}{{ end }}
{{ else -}} {{ else -}}
* {{ .Subject }} {{ range .Issues }}{{ . | issue }} {{ end }} * {{ .Subject }} {{ range .Issues }}{{ . | issue }}{{ end }}
{{ end -}} {{ end -}}
{{- end }} {{- end }}
{{ end }} {{ end }}