Skip to content

Commit

Permalink
Merge pull request #62 from searls/patch-1
Browse files Browse the repository at this point in the history
Insert missing commas into example options
  • Loading branch information
geddski committed Jan 19, 2014
2 parents 74f549e + b728a33 commit 76f3060
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 76f3060

Please sign in to comment.