This package has been deprecated

Author message:

Use semantic-release instead

publish-via-ci

0.2.1 • Public • Published

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>

Readme

Keywords

none

Package Sidebar

Install

npm i publish-via-ci

Weekly Downloads

0

Version

0.2.1

License

ISC

Last publish

Collaborators

  • kevingoslar