1
0
Caleb Porzio 4 жил өмнө
parent
commit
461363a4e5
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      scripts/release.js

+ 1 - 1
scripts/release.js

@@ -70,7 +70,7 @@ async function draftRelease(name, after = () => {}) {
 
     output += "## Added\n\n## Fixed\n\n"
 
-    output += pulls.map(pull => `* ${pull.title} [#${pull.number}](${pull.html_url})`).join('')
+    output += pulls.map(pull => `* ${pull.title} [#${pull.number}](${pull.html_url})`).join('\n')
 
     fs.writeFileSync('./changelog.tmp', output)