mirror of https://github.com/hashicorp/consul
Merge pull request #8915 from hashicorp/mkcp/changelog/add-deprecation-to-template
add template generation for entries tagged deprecationpull/8916/head
commit
71ab27e41b
|
@ -30,6 +30,14 @@ IMPROVEMENTS:
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
{{- if .NotesByType.deprecation }}
|
||||||
|
DEPRECATIONS:
|
||||||
|
|
||||||
|
{{range .NotesByType.deprecation -}}
|
||||||
|
* {{ template "note" . }}
|
||||||
|
{{ end -}}
|
||||||
|
{{- end -}}
|
||||||
|
|
||||||
{{- if .NotesByType.bug }}
|
{{- if .NotesByType.bug }}
|
||||||
BUG FIXES:
|
BUG FIXES:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue