ci(.releaserc.js): 更新设置的格式

This commit is contained in:
FairyEver 2020-04-19 10:57:10 +08:00
parent 319c9547ea
commit e694c52cb6
1 changed files with 11 additions and 3 deletions

View File

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