ci(.releaserc.js): changelogTitle

This commit is contained in:
FairyEver
2020-04-19 11:00:47 +08:00
parent e694c52cb6
commit 2de8a8b7c3

View File

@@ -7,8 +7,7 @@ module.exports = {
'@semantic-release/changelog', '@semantic-release/changelog',
{ {
changelogFile: 'docs/CHANGELOG.md', changelogFile: 'docs/CHANGELOG.md',
changelogTitle: changelogTitle: '# Changelog\n\nAll notable changes to this project will be documented in this file.'
'# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.'
} }
], ],
[ [