You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* release/0.2.0:
(#11) Add GitReleaaseManager template files
(#11) Update GitReleaseManager configuration
(#11) Update to latest GitReleaseManager
(#10) Add support for build/sign of MSI
(maint) Used consistent names/location for tasks
(maint) Add more output information
(#5) Removed hard coded file path
(#9) Add support for Transifex
(#8) Added ability to run GitReleaseManager
(#7) Add GitHub Actions build provider
(#6) Change name of CI Task
(#2) Update to latest Cake.Recipe package
}}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.
5
+
{{ else
6
+
}}As part of this release we had [{{ issues.count }} {{ issues.count | string.pluralize "issue" "issues" }}]({{ milestone.target.html_url }}?closed=1) closed.
7
+
{{ end
8
+
else if commits.count > 0
9
+
}}As part of this release we had [{{ commits.count }} {{ commits.count | string.pluralize "commit" "commits" }}]({{ commits.html_url }}).
0 commit comments