Skip to content

Commit

Permalink
fix(publish) rendy
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 29, 2015
1 parent f537cd7 commit 8f833fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
Cmd = [ 'git add package.json',
'git add ChangeLog',
'git commit -am "feature(package) v{{ version }}"',
'git tag v{{version}}',
'git push origin v{{version}}',
'git tag v{{ version }}',
'git push origin v{{ version }}',
].join('&&'),

MSG = [ 'publish <version>',
Expand Down

0 comments on commit 8f833fb

Please sign in to comment.