Skip to content

Commit

Permalink
Merge tag '0.11.0' into develop
Browse files Browse the repository at this point in the history
Release 0.11.0

Merged #9 - Added ability to skip "git flow finish" for cases where merging of the release branch happens elsewhere
  • Loading branch information
mrkmg committed Feb 20, 2017
2 parents 67740c3 + 5ec49ee commit 98e63e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Generate a release for a project following semver using nodejs and gitflow
[![Generate Release on NPM](https://img.shields.io/npm/v/generate-release.svg?style=flat-square)](https://www.npmjs.com/package/generate-release)
[![Generate Release uses the MIT](https://img.shields.io/npm/l/generate-release.svg?style=flat-square)](https://opensource.org/licenses/MIT)

Current Version: 0.10.2
Current Version: 0.11.0

Requires NodeJS v4.0.0 or greater

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generate-release",
"version": "0.10.2",
"version": "0.11.0",
"description": "Generate a release using git-glow",
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit 98e63e7

Please sign in to comment.