From 20921192ee6b0858ab3547ea0622abb7d6540270 Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Wed, 16 Jun 2021 16:33:47 -0400 Subject: [PATCH] changelog: add notes section to changelog template --- .changelog/changelog.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.changelog/changelog.tmpl b/.changelog/changelog.tmpl index 786417e9d8..3ed26b0245 100644 --- a/.changelog/changelog.tmpl +++ b/.changelog/changelog.tmpl @@ -46,3 +46,11 @@ BUG FIXES: {{ end -}} {{- end -}} +{{- if .NotesByType.note }} +NOTES: + +{{range .NotesByType.note -}} +* {{ template "note" . }} +{{ end -}} +{{- end -}} +