Skip to content

Commit

Permalink
(maint) Update GRM template
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gep13 committed Feb 6, 2025
1 parent e875fb0 commit 6b819ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .templates/default/issue-note.sbn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{
if issue_label == "Bug" || issue_label == "Bug Fix" || issue_label == "Bug Fixes"
}}- Fix - {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}).
}}- Fix - {{ issue.title }} - see [#{{ issue.public_number }}]({{ issue.html_url }}).
{{ else
}}- {{ issue.title }} - see [#{{ issue.number }}]({{ issue.html_url }}).
}}- {{ issue.title }} - see [#{{ issue.public_number }}]({{ issue.html_url }}).
{{ end -}}

0 comments on commit 6b819ce

Please sign in to comment.