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": {
|
"release": {
|
||||||
"tagFormat": "${version}",
|
"tagFormat": "${version}",
|
||||||
"debug": true,
|
"debug": true,
|
||||||
"plugins": [
|
"verifyConditions": [
|
||||||
"@semantic-release/npm",
|
|
||||||
"@semantic-release/github"
|
"@semantic-release/github"
|
||||||
|
],
|
||||||
]
|
"prepare": [
|
||||||
},
|
"@semantic-release/npm",
|
||||||
|
{
|
||||||
|
"path": "@semantic-release/git",
|
||||||
|
"assets": [
|
||||||
|
"package.json"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"publish": [
|
||||||
|
"@semantic-release/github"
|
||||||
|
] },
|
||||||
"config": {
|
"config": {
|
||||||
"commitizen": {
|
"commitizen": {
|
||||||
"path": "./node_modules/cz-conventional-changelog"
|
"path": "./node_modules/cz-conventional-changelog"
|
||||||
|
|
Loading…
Add table
Reference in a new issue