release-maker
v1.4.0
Published
Module for release project
Downloads
1
Readme
Releaser
Module for release project. This package works with bower.json and package.json
Install
npm i -g release-maker
Usage
release [type] [branch] [options]
Types
--patch
,--minor
,--major
- Increase specific version
Branch
--branch [name]
- Set local branch name
Options
--tag
- Create git tag--push
- Push to remote repo--master
- Merge changes to master--full
- The same as the command--tag --push --master
Tests
npm run test
npm run cover