Skip to content

Commit ae8e2bc

Browse files
author
Rodrigo Rodriguez (pragmatismo.io)
committed
fix(config): Try to fix CI.
1 parent 684ca40 commit ae8e2bc

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,21 @@
188188
"release": {
189189
"tagFormat": "${version}",
190190
"debug": true,
191-
"plugins": [
191+
"verifyConditions": [
192+
"@semantic-release/github"
193+
],
194+
"prepare": [
192195
"@semantic-release/npm",
196+
{
197+
"path": "@semantic-release/git",
198+
"assets": [
199+
"package.json"
200+
]
201+
}
202+
],
203+
"publish": [
193204
"@semantic-release/github"
194-
195-
]
196-
},
205+
] },
197206
"config": {
198207
"commitizen": {
199208
"path": "./node_modules/cz-conventional-changelog"

0 commit comments

Comments
 (0)