We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5c3b91 + 34d406b commit b3c1841Copy full SHA for b3c1841
changeset-feedback/generateFeedback.ts
@@ -216,7 +216,7 @@ export function formatSummary(
216
changesets.some(e => [...e.bumps.values()].some(e => e !== 'patch'))
217
) {
218
output += `> [!IMPORTANT]
219
-> This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior.`;
+> This PR includes changes that affect public-facing API. Please ensure you are adding/updating documentation for new features or behavior.\n\n`;
220
}
221
222
output += formatSection(
0 commit comments