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 4794fcf commit 2b37b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/run.cjs
Expand Up @@ -2249,7 +2249,7 @@ function toMarkdown(changelogsByComponent, event2) {
return `### ${component}
- ${changelogs.join("\n- ")}`;
}).join("\n\nFull release notes: ${event.client_payload.release.html_url}");
}).join("\n\n") + "\n\nFull release notes: ${event.client_payload.release.html_url}";
}
function yamlEscape(string) {
return string.replace(/"/g, '""');
Expand Down

0 comments on commit 2b37b1a

Please sign in to comment.