We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c748b commit dadaceaCopy full SHA for dadacea
package.json
@@ -8,7 +8,7 @@
8
"ci:commitlint": "commitlint-jenkins --pr-only",
9
"lint": "eslint .",
10
"prepublishOnly": "if [ \"$CI\" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi",
11
- "semantic-release": "semantic-release",
+ "semantic-release": "SEMANTIC_COMMITLINT_SKIP=27c748b,374ce41,9fc5b01,0f4cff3 semantic-release",
12
"test": "echo \"Error: no test specified\" && exit 1"
13
},
14
"repository": {
0 commit comments