Skip to content

Commit

Permalink
build: updated dist/run.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m authored and github-actions[bot] committed Jul 7, 2023
1 parent eec94ec commit b740574
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions dist/run.cjs
Expand Up @@ -2248,12 +2248,8 @@ function toMarkdown(changelogsByComponent, event2) {
return Object.entries(changelogsByComponent).map(([component, changelogs]) => {
return `### ${component}
- ${changelogs.join("\n- ")}
---
Full release notes: ${event2.client_payload.release.html_url}`;
}).join("\n\n");
- ${changelogs.join("\n- ")}`;
}).join("\n\nFull release notes: ${event.client_payload.release.html_url}");
}
function yamlEscape(string) {
return string.replace(/"/g, '""');
Expand Down

0 comments on commit b740574

Please sign in to comment.