Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Jan 11, 2016
1 parent 6c5bdd6 commit 0d1cebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions npmpublish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ $realPath/node_modules/.bin/trash node_modules
npm install &&
npm test &&

# tag from current version in package.json
git tag $(node -e 'process.stdout.write(require("./package.json").version)') &&

# publish the tagged version
npm publish &&

# push tag
git push --follow-tags

0 comments on commit 0d1cebf

Please sign in to comment.