mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
releaser: Remove trailing space in fixes list
This commit is contained in:
parent
1a041522df
commit
b463c5ad86
1 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue