diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index 5abaff8..fbf3670 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -22,6 +22,16 @@ Notable changes to Mailpit will be documented in this file. {{- if .CommitGroups -}} ## {{ .Tag.Name }} +{{ if .NoteGroups -}} +{{ range .NoteGroups -}} +### {{ .Title }} +{{ range .Notes }} +{{ .Body }} +{{ end }} +{{ end }} +{{ end -}} +{{ end -}} + {{ range .CommitGroups -}} ### {{ .Title }} {{ range .Commits -}} @@ -36,13 +46,3 @@ Notable changes to Mailpit will be documented in this file. - {{ .Header }} {{ end }} {{ end -}} - -{{- if .NoteGroups -}} -{{ range .NoteGroups -}} -### {{ .Title }} -{{ range .Notes }} -{{ .Body }} -{{ end }} -{{ end -}} -{{ end -}} -{{ end -}}