changelog: add notes section to changelog template

This commit is contained in:
Mike Morris 2021-06-16 16:33:47 -04:00
parent dedcaf5331
commit d02051349b
1 changed files with 8 additions and 0 deletions

View File

@ -46,3 +46,11 @@ BUG FIXES:
{{ end -}}
{{- end -}}
{{- if .NotesByType.note }}
NOTES:
{{range .NotesByType.note -}}
* {{ template "note" . }}
{{ end -}}
{{- end -}}