semantic-release

v4.2.0
automated semver compliant package publishing
author automation changelog module package publish release semver version and 1 more...

test

npm run test:style && npm run test:unit

build

rimraf dist && mkdirp dist && babel src --out-dir dist

coverage

nyc report

test:unit

nyc tap --no-cov .test/specs/*.js

prepublish

npm run build

test:build

rimraf .test && mkdirp .test && babel test --out-dir .test

test:style

standard

pretest:unit

npm run build && npm run test:build

coverage:upload

npm run coverage -- --reporter=lcovonly && coveralls < coverage/lcov.info

semantic-release

./bin/semantic-release.js pre && npm dedupe && npm publish && ./bin/semantic-release.js post

test:integration

tap --no-cov .test/scenarios/*.js

pretest:integration

npm run build && npm run test:build

Metadata

  • MIT
  • >=0.10
  • Stephan Bönnemann
  • released 8/22/2015

Downloads