Skip to content

Commit

Permalink
chore: add release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Dec 8, 2016
1 parent 267830a commit 53d32f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
},
"scripts": {
"lint": "bin/lint",
"release": "bin/release no-build"
"release": "bin/release no-build",
"release-minor": "bin/release no-build --type minor",
"release-major": "bin/release no-build --type major"
},
"keywords": [
"webpack",
Expand Down

0 comments on commit 53d32f4

Please sign in to comment.