Browse Source

ci(.releaserc.js): changelogTitle

pull/276/head
FairyEver 4 years ago
parent
commit
2de8a8b7c3
  1. 3
      .releaserc.js

3
.releaserc.js

@ -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.'
}
],
[

Loading…
Cancel
Save