Skip to content

Git extensions to automatically create release branches with SemVer names

License

Notifications You must be signed in to change notification settings

adamiprinciples/gitflow-semver

 
 

Repository files navigation

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.

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.

About

Git extensions to automatically create release branches with SemVer names

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.2%
  • Shell 39.9%
  • Batchfile 5.9%