Skip to content

Commit

Permalink
Merge branch 'release/0.7.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkmg committed Jul 1, 2016
2 parents 49d7c6f + 6535900 commit 040721b
Show file tree
Hide file tree
Showing 8 changed files with 238 additions and 206 deletions.
7 changes: 6 additions & 1 deletion .release.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"set_release_message": true,
"pre_commit_commands": [
"npm test"
"npm test",
"rm main/* -rf",
"npm run compile"
],
"files_to_commit": [
"main/**/*.js"
],
"post_complete_commands": [
"npm publish"
Expand Down
3 changes: 1 addition & 2 deletions 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.7.4
Current Version: 0.7.5

Requires NodeJS v4.0.0 or greater

Expand Down Expand Up @@ -88,7 +88,6 @@ By default, the following options can be set in a `.release.json` file. The foll
is an example with all files set.

{
"readme_file_location": "./README.md",
"package_file_location": "./package.json",
"no_confirm": false,
"skip_git_pull": false,
Expand Down
157 changes: 78 additions & 79 deletions main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions main/lib/helper/gitFlowSettings.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 040721b

Please sign in to comment.