MCPcopy Create free account
hub / github.com/NativeScript/android / printSection

Function printSection

build-artifacts/scripts/release-notes.js:153–159  ·  view source on GitHub ↗
(title, issues)

Source from the content-addressed store, hash-verified

151 printSection("Performance", performance);
152
153 function printSection(title, issues) {
154 if (issues.length > 0) {
155 md += "## " + title + "\r\n\r\n";
156 issues.forEach(printIssue);
157 md += "\r\n";
158 }
159 }
160
161 function printIssue(i) {
162 md += " - [" + i.title + " (#" + i.number + ")](" + i.html_url + ")\r\n";

Callers 1

createReleaseNotesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected