Skip to content

Commit

Permalink
Insert missing commas into example options
Browse files Browse the repository at this point in the history
Discovered, ironically, by me trying to `js2coffee` them.
  • Loading branch information
searls committed Jan 18, 2014
1 parent 39f9afc commit b728a33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ The following are all the release steps, you can disable any you need to:
pushTags: false, //default: true
npm: false, //default: true
npmtag: true, //default: no tag
folder: 'folder/to/publish/to/npm' //default project root
folder: 'folder/to/publish/to/npm', //default project root
tagName: 'some-tag-<%= version %>', //default: '<%= version %>'
commitMessage: 'check out my release <%= version %>', //default: 'release <%= version %>'
tagMessage: 'tagging version <%= version %>' //default: 'Version <%= version %>',
tagMessage: 'tagging version <%= version %>', //default: 'Version <%= version %>',
github: {
repo: 'geddski/grunt-release', //put your user/repo here
usernameVar: 'GITHUB_USERNAME', //ENVIRONMENT VARIABLE that contains Github username
Expand Down

0 comments on commit b728a33

Please sign in to comment.