Skip to content

Commit

Permalink
fix: sinle full release noteslink at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jul 7, 2023
1 parent c96ae2e commit eec94ec
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions main.js
Expand Up @@ -60,13 +60,9 @@ function toMarkdown(changelogsByComponent, event) {
.map(([component, changelogs]) => {
return `### ${component}
- ${changelogs.join("\n- ")}
---
Full release notes: ${event.client_payload.release.html_url}`;
- ${changelogs.join("\n- ")}`;
})
.join("\n\n");
.join("\n\nFull release notes: ${event.client_payload.release.html_url}");
}

function yamlEscape(string) {
Expand Down

0 comments on commit eec94ec

Please sign in to comment.