consul/.changelog/note.tmpl
2020-10-23 16:10:58 -04:00

4 lines
171 B
Cheetah

{{- define "note" -}}
{{.Body}}{{if not (stringHasPrefix .Issue "_")}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/issues/{{- .Issue -}})]{{end}}
{{- end -}}