ci(.releaserc.js): 更新设置的格式
This commit is contained in:
@@ -8,15 +8,23 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
changelogFile: 'docs/CHANGELOG.md',
|
changelogFile: 'docs/CHANGELOG.md',
|
||||||
changelogTitle:
|
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/github',
|
||||||
[
|
[
|
||||||
'@semantic-release/git',
|
'@semantic-release/git',
|
||||||
{
|
{
|
||||||
assets: ['docs/CHANGELOG.md', 'package.json']
|
assets: [
|
||||||
|
'docs/CHANGELOG.md',
|
||||||
|
'package.json'
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user