Raappid Release
![Build Status](https://travis-ci.org/coolchem/raappid-release.svg?branch=master)
Raappid release is a CLI tool which is designed to help quickly release a project.
Supports projects with
- Node package manager (package.json must be at the root of the project)
- Git repository.
Install
Globally
npm install --global raappid-release
Locally
npm install --save-dev raappid-release
Usage
-
Change to the directory which is the root of the project.
npm install --save-dev raappid-release
-
Make sure all the files are commited in the repository and then run the cmd below
raappid-release <release-type>
Release types supported
major | minor | patch | premajor | preminor | prepatch | prerelease
Todo
- Request user for confirmation before release.