We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd34e9 commit ca45bccCopy full SHA for ca45bcc
build/release-notes.js
@@ -42,7 +42,7 @@ if (previous) {
42
}
43
const templatedReleaseNotes = `${header}
44
45
-${latest.changelog}
+${latest.changelog}`;
46
47
// eslint-disable-next-line eol-last
48
process.stdout.write(templatedReleaseNotes.trimEnd());
0 commit comments