@mixmaxhq/commitlint-jenkins

v1.0.1
Lint all relevant commits for a change or PR on Jenkins CI

ci

npm run lint && npm run commitlint

lint

eslint .

test

echo "Error: no test specified" && exit 1

commitlint

if [ "$CI" != '' ]; then node .; else commitlint --from HEAD; fi

prepublishOnly

if [ "$CI" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi

semantic-release

semantic-release
npm i @mixmaxhq/[email protected]

Metadata

  • MIT
  • Whatever
  • Eli Skeggs
  • released 10/30/2019

Downloads