fix(ci): semantic release plugins.
This commit is contained in:
parent
0088b28d41
commit
77c8ce2101
1 changed files with 4 additions and 2 deletions
|
@ -188,14 +188,15 @@
|
|||
"release": {
|
||||
"debug": true,
|
||||
"verifyConditions": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/git",
|
||||
"@semantic-release/github"
|
||||
],
|
||||
"prepare": [
|
||||
"@semantic-release/commit-analyzer",
|
||||
"@semantic-release/release-notes-generator",
|
||||
|
||||
"@semantic-release/changelog",
|
||||
"@semantic-release/release-notes-generator",
|
||||
"@semantic-release/npm",
|
||||
{
|
||||
"path": "@semantic-release/git",
|
||||
|
@ -207,6 +208,7 @@
|
|||
}
|
||||
],
|
||||
"publish": [
|
||||
|
||||
"@semantic-release/npm",
|
||||
"@semantic-release/github"
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue