From e694c52cb6c0c9aa1ac8e5d0671de1cf2ad6c08f Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Sun, 19 Apr 2020 10:57:10 +0800 Subject: [PATCH] =?UTF-8?q?ci(.releaserc.js):=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9A=84=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .releaserc.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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' + ] } ] ]