From b1ef15166e4ccd62259936968a5900bb38ddf49a Mon Sep 17 00:00:00 2001 From: Hans Hasselberg Date: Fri, 9 Oct 2020 21:06:49 +0200 Subject: [PATCH] note template with ent support (#8910) --- .changelog/note.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/note.tmpl b/.changelog/note.tmpl index 8f306f82db..c9adcaa060 100644 --- a/.changelog/note.tmpl +++ b/.changelog/note.tmpl @@ -1,3 +1,3 @@ {{- define "note" -}} -{{.Body}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/issues/{{- .Issue -}})] +{{.Body}}{{if not stringHasPrefix .Issue "_"}} [[GH-{{- .Issue -}}](https://github.com/hashicorp/consul/issues/{{- .Issue -}})]{{end}} {{- end -}}