mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 11:40:06 +00:00
add template generation for entries tagged deprecation
This commit is contained in:
parent
4c83ad3e02
commit
122e036659
@ -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…
x
Reference in New Issue
Block a user