add template generation for entries tagged deprecation

This commit is contained in:
Kit Patella 2020-10-09 12:40:41 -07:00
parent 4d8393d8cb
commit fa4342524f
1 changed files with 8 additions and 0 deletions

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: