Skip to content

Commit

Permalink
Merge branch 'release/0.7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkmg committed Jun 29, 2016
2 parents 68d7289 + 0f5c9fe commit 8120a31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ 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.7.2
Current Version: 0.7.3

Requires NodeJS v4.0.0 or greater

![Generate Release Example](https://cloud.githubusercontent.com/assets/399561/16465518/272a62be-3e0d-11e6-8691-44441a3b0629.gif)


Usage
-----
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.7.2",
"version": "0.7.3",
"description": "Generate a release using git-glow",
"engines": {
"node": ">=4.0.0"
Expand Down

0 comments on commit 8120a31

Please sign in to comment.