Skip to content

Commit b8850f7

Browse files
author
Paddy Carver
committed
Fix release note template.
Fix release note template to use the variables we define, instead of a bunch of variables that aren't available.
1 parent cde66ae commit b8850f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{{- define "note" -}}
2-
{{if eq "new-resource" .Type}}**New Resource:** {{else if eq "new-datasource" .Type}}**New Data Source:** {{ end }}{{.Text }} ([#{{- .PRNumber -}}]({{- .PRURL -}}))
2+
{{if eq "new-resource" .Type}}**New Resource:** {{else if eq "new-datasource" .Type}}**New Data Source:** {{ end }}{{.Body}} ([GH-{{- .Issue -}}])
33
{{- end -}}

0 commit comments

Comments
 (0)