Skip to content

CLI intended to create minor version branches whenever a new minor or major version is cut. Currently only works with Git.

License

Notifications You must be signed in to change notification settings

mwinche/minor-branch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minor-branch

Build Status Coverage Status

Utility which automates the creation of a minor version branch whenever a new major or minor version is made.

Installation

To install run npm install --save-dev minor-branch.

Then edit your package.json to have the following run script:

	"scripts": {
		"postversion": "minor-branch",
		...
	}

IMPORTANT NOTE

This utility requires a minimum npm version of 2.13.0! Prior to this postversion scripts (among others) were not given the access this utility needs.

Development

Simply checkout the source, run npm install to set up the project and npm test to run tests.

License

MIT License

About

CLI intended to create minor version branches whenever a new minor or major version is cut. Currently only works with Git.

Resources

License

Stars

Watchers

Forks

Packages

No packages published