release-cli

0.3.0 • Public • Published

release-cli Build status for Release CLI

Publish a new version of your app

Why?

  • Automate your release process.
  • Don't repeat yourself.
  • One step closer to continuous delivery.
  • Predictable, easy to use process.

Install

npm install release-cli --global

Usage

$ release --help

  Usage
    $ release [patch | minor | major]

  Example
    $ release patch
    ⇑ 0.0.1
    $ release minor
    ⇑ 0.1.0
    $ release major
    ⇑ 1.0.0

Perform a release, incrementing the version.

$ release patch
⇑ 0.0.1

Related

  • delivr - Build your code and ship it to S3
  • build-dir - Get a place to put your build

Contributing

See our contributing guidelines for more details.

  1. Fork it.
  2. Make a feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

MPL-2.0 © Seth Holladay

Go make something, dang it.

Package Sidebar

Install

npm i release-cli

Weekly Downloads

0

Version

0.3.0

License

MPL-2.0

Last publish

Collaborators

  • sholladay