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 6c2c3ba commit 9bdceeaCopy full SHA for 9bdceea
bin/cm.js
@@ -279,7 +279,7 @@ function unreleased() {
279
for (let pkg of packages) {
280
let ver = version(pkg), changes = changelog(pkg, ver)
281
if (changes.fix.length || changes.feature.length || changes.breaking.length)
282
- console.log(pkg.name + ":\n\n", releaseNotes(changes, ver).body)
+ console.log(pkg.name + ":\n\n" + releaseNotes(changes, ver).body)
283
}
284
285
0 commit comments