From 122e0366599fedc92520e3b5e23d8fdceee1ea4c Mon Sep 17 00:00:00 2001 From: Kit Patella Date: Fri, 9 Oct 2020 12:40:41 -0700 Subject: [PATCH] add template generation for entries tagged deprecation --- .changelog/changelog.tmpl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.changelog/changelog.tmpl b/.changelog/changelog.tmpl index fbdc8010ce..6f5183e85b 100644 --- a/.changelog/changelog.tmpl +++ b/.changelog/changelog.tmpl @@ -30,6 +30,14 @@ IMPROVEMENTS: {{ end -}} {{- end -}} +{{- if .NotesByType.deprecation }} +DEPRECATIONS: + +{{range .NotesByType.deprecation -}} +* {{ template "note" . }} +{{ end -}} +{{- end -}} + {{- if .NotesByType.bug }} BUG FIXES: