Caleb Porzio 4 năm trước cách đây
mục cha
commit
461363a4e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)