New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

minor-branch

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minor-branch

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

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

Keywords

git

FAQs

Package last updated on 30 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts