buildo/smooth-release

`--no-validation` and `--no-npm-publish` CLI args don't work

Closed this issue · 0 comments

description

smooth-release is somehow ignoring --no-validation and --no-npm-publish CLI args

how to reproduce

  • smooth-release --no-validations -> runs validations anyway!

specs

  • minimist parse --no-x as x: false instead of no-x: true --> adapt code to this!

misc

{optional: other useful info}