add template generation for entries tagged deprecation
This commit is contained in:
parent
4d8393d8cb
commit
fa4342524f
|
@ -30,6 +30,14 @@ IMPROVEMENTS:
|
|||
{{ end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if .NotesByType.deprecation }}
|
||||
DEPRECATIONS:
|
||||
|
||||
{{range .NotesByType.deprecation -}}
|
||||
* {{ template "note" . }}
|
||||
{{ end -}}
|
||||
{{- end -}}
|
||||
|
||||
{{- if .NotesByType.bug }}
|
||||
BUG FIXES:
|
||||
|
||||
|
|
Loading…
Reference in New Issue