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.
1 parent 78430bd commit 2d3033aCopy full SHA for 2d3033a
.changelog/01.txt
@@ -0,0 +1,2 @@
1
+fix
2
+Add newline in changelog between header and first item
src/changelog-utils.js
@@ -111,6 +111,7 @@ export async function prepareRelease() {
111
newVersion = s.inc(versionBump);
112
}
113
114
+ newChangelogLines.push("");
115
newChangelogLines.push(`## ${newVersion}`);
116
newChangelogLines.reverse();
117
0 commit comments