chore: update release script

This commit is contained in:
元凛
2022-10-19 21:14:06 +08:00
parent 3826e864ab
commit e17a3a158c

View File

@@ -30,7 +30,7 @@ function getChangelog(content) {
} }
} }
} }
return changeLog.join('\n'); return changeLog.join('\n\n');
} }
const changelogPath = path.join(__dirname, '..', CHANGELOG_NAME); const changelogPath = path.join(__dirname, '..', CHANGELOG_NAME);