release-maker

1.4.0 • Public • Published

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

/release-maker/

    Package Sidebar

    Install

    npm i release-maker

    Weekly Downloads

    2

    Version

    1.4.0

    License

    ISC

    Last publish

    Collaborators

    • daniymilner