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
1 changed files with 2 additions and 2 deletions

View 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 }}