add template generation for entries tagged deprecation

This commit is contained in:
Kit Patella 2020-10-09 12:40:41 -07:00
parent 4c83ad3e02
commit 122e036659

View File

@ -30,6 +30,14 @@ IMPROVEMENTS:
{{ end -}}
{{- end -}}
{{- if .NotesByType.deprecation }}
DEPRECATIONS:
{{range .NotesByType.deprecation -}}
* {{ template "note" . }}
{{ end -}}
{{- end -}}
{{- if .NotesByType.bug }}
BUG FIXES: