deb.open-vault/changelog/note.tmpl

4 lines
168 B
Cheetah
Raw Permalink Normal View History

2024-04-20 12:23:50 +00:00
{{- define "note" -}}
{{.Body}}{{if not (stringHasPrefix .Issue "_")}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/vault/pull/{{- .Issue -}})]{{end}}
{{- end -}}