diff --git a/changelog/note-ce.tmpl b/changelog/note-ce.tmpl new file mode 100644 index 0000000000..dad09f23b7 --- /dev/null +++ b/changelog/note-ce.tmpl @@ -0,0 +1,3 @@ +{{- define "note" -}} +{{.Body}}{{if not (stringHasPrefix .Issue "_")}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/vault/pull/{{- .Issue -}})]{{else}}{{if .Hash }} ([{{- slice .Hash 0 8 -}}](https://github.com/hashicorp/vault/commits/{{- .Hash -}})){{end}}{{end}} +{{- end -}} diff --git a/changelog/note-ent.tmpl b/changelog/note-ent.tmpl new file mode 100644 index 0000000000..7d3e7e8712 --- /dev/null +++ b/changelog/note-ent.tmpl @@ -0,0 +1,3 @@ +{{- define "note" -}} +{{.Body}} +{{- end -}}