Skip to content

daniymilner/releaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Module for release project

Resources

Stars

Watchers

Forks

Packages

No packages published