Skip to content

Commit

Permalink
chore: adding missing comma (#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya authored Jul 4, 2024
1 parent 44d51ee commit 2949b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/changeset/get-full-changelog.mts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export async function getFullChangelog(octokit: Octokit) {
let content = "";

content += releaseNotes
? `# Summary\n\nIn this release we:\n${releaseNotes}\n\n`
? `# Summary\n\nIn this release, we:\n${releaseNotes}\n\n`
: "";
content += breaking ? `# Breaking\n\n${breaking}` : "";
content += breaking && nonBreaking && "\n\n---\n\n";
Expand Down

0 comments on commit 2949b44

Please sign in to comment.