Skip to content

Commit

Permalink
release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
runk committed Jan 16, 2016
1 parent 7a67fc0 commit 28dd0da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
"rimraf": "latest"
},
"scripts": {
"test": "mocha -R spec --recursive"
"test": "mocha -R spec --recursive",
"release:major": "npm version major && npm publish && git push --follow-tags",
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 28dd0da

Please sign in to comment.