changelog: fixup note.tmpl syntax
This commit is contained in:
parent
c0e54b2374
commit
348060ad17
|
@ -1,3 +1,3 @@
|
||||||
{{- define "note" -}}
|
{{- define "note" -}}
|
||||||
{{.Body}}{{if not stringHasPrefix .Issue "_"}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/issues/{{- .Issue -}})]{{end}}
|
{{.Body}}{{if not (stringHasPrefix .Issue "_")}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/issues/{{- .Issue -}})]{{end}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in New Issue