Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gitflow-semver

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitflow-semver

Git extensions to automatically create release branches with SemVer names

  • 0.8.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
increased by1200%
Maintainers
4
Weekly downloads
 
Created
Source

Git Flow SemVer

Installing

OS X

Install git and git-flow with brew:

$ brew install git
$ brew install git-flow

Then install using npm:

$ npm install -g gitflow-semver

Windows

Install git from here. Make sure you choose the scary sounding option about what to add to your PATH.

Clone this repository with git clone --recursive

Install git-flow and a shim for git-release with our installer:

> install.bat

Then install using npm:

> npm install -g gitflow-semver

Usage

$ git release         # to create a new release
$ git release --init  # to initialize the repo

The actual work of creating branches etc is carried out by Git Flow. Patch releases are implemented as Git Flow hotfixes.

Note: when fixing a bug and doing a patch release, you currently have to start the patch before you do the bug fix, because of how git-flow hotfixes work.

FAQs

Package last updated on 05 Oct 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc