diff --git a/.releaserc.js b/.releaserc.js index 7e316dc2..8b3e7074 100644 --- a/.releaserc.js +++ b/.releaserc.js @@ -8,15 +8,23 @@ module.exports = { { changelogFile: 'docs/CHANGELOG.md', changelogTitle: - '# Changelog\n\nAll notable changes to this project will be documented in this file. See\n[Conventional Commits](https://conventionalcommits.org) for commit guidelines.' + '# Changelog\n\nAll notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.' + } + ], + [ + '@semantic-release/npm', + { + npmPublish: false } ], - ['@semantic-release/npm', { npmPublish: false }], '@semantic-release/github', [ '@semantic-release/git', { - assets: ['docs/CHANGELOG.md', 'package.json'] + assets: [ + 'docs/CHANGELOG.md', + 'package.json' + ] } ] ]