diff --git a/scripts/chglog/CHANGELOG-full-history.tpl.md b/scripts/chglog/CHANGELOG-full-history.tpl.md index 62d8f09..2a52952 100755 --- a/scripts/chglog/CHANGELOG-full-history.tpl.md +++ b/scripts/chglog/CHANGELOG-full-history.tpl.md @@ -15,6 +15,15 @@ - {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ if .Subject }}{{ .Subject }}{{ else }}{{ .Header }}{{ end }} {{ end }} {{ end -}} + +{{- if .Unreleased.NoteGroups -}} +{{ range .Unreleased.NoteGroups -}} +### {{ .Title }} +{{ range .Notes }} +{{ .Body }} +{{ end }} +{{ end -}} +{{ end -}} {{ end -}} {{ range .Versions }}