ci(.releaserc.js): changelogTitle

This commit is contained in:
FairyEver 2020-04-19 11:00:47 +08:00
parent e694c52cb6
commit 2de8a8b7c3
1 changed files with 1 additions and 2 deletions

View File

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