1.4.0 • Published 9 years ago

release-maker v1.4.0

Weekly downloads
5
License
ISC
Repository
github
Last release
9 years ago

Releaser

Module for release project. This package works with bower.json and package.json

Build Status

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