condition-noop
v1.0.0
Published
Semantic Release noop-plugin
Downloads
1,106
Keywords
Readme
condition-noop
Semantic Release uses condition-travis as its default plugin, making it seemingly impossible to run on any other CI (unless using a custom plugin for that CI).
Bizarre but true.
This plugin can be used to disable "verify-conditions" altogether:
package.json
{
"release": {
"verifyConditions": "condition-noop"
}
}
License
MIT