fix(config): Try to fix CI.
This commit is contained in:
parent
684ca40e1d
commit
ae8e2bc161
1 changed files with 14 additions and 5 deletions
19
package.json
19
package.json
|
@ -188,12 +188,21 @@
|
|||
"release": {
|
||||
"tagFormat": "${version}",
|
||||
"debug": true,
|
||||
"plugins": [
|
||||
"@semantic-release/npm",
|
||||
"verifyConditions": [
|
||||
"@semantic-release/github"
|
||||
|
||||
]
|
||||
},
|
||||
],
|
||||
"prepare": [
|
||||
"@semantic-release/npm",
|
||||
{
|
||||
"path": "@semantic-release/git",
|
||||
"assets": [
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
],
|
||||
"publish": [
|
||||
"@semantic-release/github"
|
||||
] },
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
|
|
Loading…
Add table
Reference in a new issue