From f3108c4901e47e3ed7ea99f13bee74d27f46da0b Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Tue, 17 Nov 2020 11:37:52 -0500 Subject: [PATCH] changelog: fixup changelog.tmpl formatting --- .changelog/changelog.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changelog/changelog.tmpl b/.changelog/changelog.tmpl index 6f5183e85b..786417e9d8 100644 --- a/.changelog/changelog.tmpl +++ b/.changelog/changelog.tmpl @@ -2,7 +2,7 @@ BREAKING CHANGES: {{range index .NotesByType "breaking-change" -}} -* {{ template "note" .}} +* {{ template "note" . }} {{ end -}} {{- end -}} @@ -14,7 +14,7 @@ SECURITY: {{ end -}} {{- end -}} -{{- if .NotesByType.feature -}} +{{- if .NotesByType.feature }} FEATURES: {{range .NotesByType.feature -}}