semantic-release

Build Status Dependency Status devDependency Status

NPM

npm i semantic-release

semantic-release provides "prepublish" and "postpublish" hooks so you automatically release the correct version.

Add this to your package.json for maximum comfort:

"scripts": {
  "prepublish": "semantic-release pre",
  "postpublish": "semantic-release post"
}

MIT License 2015 Stephan Bönnemann

Languages
JavaScript 100%