mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
releaser: Remove trailing space in fixes list
This commit is contained in:
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user