Merge pull request #8915 from hashicorp/mkcp/changelog/add-deprecation-to-template

add template generation for entries tagged deprecation
This commit is contained in:
Kit Patella 2020-10-09 12:50:34 -07:00 committed by GitHub
commit 58a42491a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: