0.3.0 • Published 7 years ago
release-cli v0.3.0
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
Contributing
See our contributing guidelines for more details.
- Fork it.
- Make a feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
License
Go make something, dang it.