0.3.0 • Published 8 years ago

release-cli v0.3.0

Weekly downloads
7
License
MPL-2.0
Repository
github
Last release
8 years ago

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.

0.3.0

8 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago