Skip to content

Commit 8bb7732

Browse files
author
choco-sync
committed
(maint) synced local '.templates/' with remote '.github/GitReleaseManager/.templates/'
1 parent adc599d commit 8bb7732

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.templates/default/issue-note.sbn

+2-2
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 -}}

.templates/default/release-info.sbn

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{{
22
if issues.count > 0
33
if commits.count > 0
4-
}}As part of this release we had [{{ commits.count }} {{ commits.count | string.pluralize "commit" "commits" }}]({{ commits.html_url }}) which resulted in [{{ issues.count }} {{ issues.count | string.pluralize "issue" "issues" }}]({{ milestone.target.html_url }}?closed=1) being closed.
4+
}}As part of this release we had [{{ commits.count }} {{ commits.count | string.pluralize "commit" "commits" }}]({{ commits.html_url }}) which resulted in [{{ issues.count }} {{ issues.count | string.pluralize "issue" "issues" }}]({{ milestone.target.html_url }}?{{ milestone.query_string }}) being closed.
55
{{ else
6-
}}As part of this release we had [{{ issues.count }} {{ issues.count | string.pluralize "issue" "issues" }}]({{ milestone.target.html_url }}?closed=1) closed.
6+
}}As part of this release we had [{{ issues.count }} {{ issues.count | string.pluralize "issue" "issues" }}]({{ milestone.target.html_url }}?{{ milestone.query_string }}) closed.
77
{{ end
88
else if commits.count > 0
99
}}As part of this release we had [{{ commits.count }} {{ commits.count | string.pluralize "commit" "commits" }}]({{ commits.html_url }}).

0 commit comments

Comments
 (0)