Skip to content

Commit 6b819ce

Browse files
committed
(maint) Update GRM template
Now that we are switching to a newer version of GitReleaseManager, we need to switch the template variable being used. This changed from number to public_number.
1 parent e875fb0 commit 6b819ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.templates/default/issue-note.sbn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{
22
if issue_label == "Bug" || issue_label == "Bug Fix" || issue_label == "Bug Fixes"
3-
}}- Fix - {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}).
3+
}}- Fix - {{ issue.title }} - see [#{{ issue.public_number }}]({{ issue.html_url }}).
44
{{ else
5-
}}- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}).
5+
}}- {{ issue.title }} - see [#{{ issue.public_number }}]({{ issue.html_url }}).
66
{{ end -}}

0 commit comments

Comments
 (0)