From c2c89dff842d4705bdc3a306fb06c411a936c09f Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Wed, 20 Aug 2025 17:03:19 -0600 Subject: [PATCH] changelog: add hash link to changes that originate from enterprise (#8745) (#8775) Signed-off-by: Ryan Cragun Co-authored-by: Ryan Cragun --- changelog/note.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/note.tmpl b/changelog/note.tmpl index 022546f275..dad09f23b7 100644 --- a/changelog/note.tmpl +++ b/changelog/note.tmpl @@ -1,3 +1,3 @@ {{- define "note" -}} -{{.Body}}{{if not (stringHasPrefix .Issue "_")}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/vault/pull/{{- .Issue -}})]{{end}} +{{.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 -}}