chore: update release

This commit is contained in:
xrkffgg
2022-09-23 14:35:46 +08:00
committed by GitHub
parent 2befaf5c85
commit 3a607d78a3

View File

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