ci(.releaserc.js): 更新设置的格式
This commit is contained in:
parent
319c9547ea
commit
e694c52cb6
|
|
@ -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'
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue