Skip to content

Commit

Permalink
Fixed Typos in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkmg committed Jul 2, 2016
1 parent 4b177ee commit 17c5cd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,21 @@ run `generate-release --help` to see this as well.
-l, --skip-git-pull Do not pull from origin and rebase master and dev. Default: Do pull
-s, --skip-git-push Do not push to origin when complete. Default: Do push
-d, --release-file Path to your .release.json file. Default: ./.release.json
-m, --set-release-message Prompt to write a release message. Default: Release {version}
-m, --set-release-message Prompt to write a release message. Default: Do no prompt, use "Release {version}"
-o, --remote Change the remote. Default: origin

**Release File**

By default, the following options can be set in a `.release.json` file. The following
is an example with all files set.
is an example with all default options set.

{
"package_file_location": "./package.json",
"no_confirm": false,
"skip_git_pull": false,
"skip_git_push": false,
"set_release_message": true,
"release": "origin",
"remote": "origin",
"pre_commit_commands": [],
"post_commit_commands": [],
"post_complete_commands": [],
Expand Down

0 comments on commit 17c5cd6

Please sign in to comment.