Caleb Porzio před 4 roky
rodič
revize
461363a4e5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)