0.8.0 • Published 9 years ago

gitflow-semver v0.8.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

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.

0.8.0

9 years ago

0.7.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.4.0-testing.8

9 years ago

0.4.0-testing.7

9 years ago

0.4.0-testing.6

9 years ago

0.4.0-testing.5

9 years ago

0.4.0-testing.4

9 years ago

0.4.0-testing.3

9 years ago

0.4.0-testing.2

9 years ago

0.4.0-testing.1

9 years ago

0.3.0

9 years ago