open-vault/changelog/note.tmpl

4 lines
168 B
Cheetah
Raw Normal View History

2020-11-16 19:05:28 +00:00
{{- define "note" -}}
{{.Body}}{{if not (stringHasPrefix .Issue "_")}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/vault/pull/{{- .Issue -}})]{{end}}
{{- end -}}