Skip to content

Commit bdbe983

Browse files
author
agonda
committed
fix(semantic-release): add plugin back
1 parent 8e890ee commit bdbe983

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
}
2020
},
2121
"release": {
22-
"analyzeCommits": "@bubltechnology/customizable-commit-analyzer"
22+
"analyzeCommits": "@bubltechnology/customizable-commit-analyzer",
23+
"verifyConditions": {
24+
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
25+
}
2326
},
2427
"author": "Emartech",
2528
"engines": {

0 commit comments

Comments
 (0)