0.2.1 • Published 8 years ago

publish-via-ci v0.2.1

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

Release NPM modules via CI

This script makes releasing NPM modules via CI easy.

Installation

  • make sure your path includes ./bin and /node_modules/.bin

  • install this helper:

    $ npm i --save-dev publish-via-ci
  • set up the CI server to automatically publish new releases from the release branch.

Usage

To release a new version of your NPM module, simply call:

$ publish <patch|minor|major>