Skip to content

Commit

Permalink
Merge branch 'master' into aa/feat/infra-for-new-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya authored Jul 4, 2024
2 parents 939f9d6 + 2949b44 commit 571e85c
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 571e85c

Please sign in to comment.