We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a67fc0 commit 28dd0daCopy full SHA for 28dd0da
1 file changed
package.json
@@ -17,7 +17,10 @@
17
"rimraf": "latest"
18
},
19
"scripts": {
20
- "test": "mocha -R spec --recursive"
+ "test": "mocha -R spec --recursive",
21
+ "release:major": "npm version major && npm publish && git push --follow-tags",
22
+ "release:minor": "npm version minor && npm publish && git push --follow-tags",
23
+ "release:patch": "npm version patch && npm publish && git push --follow-tags"
24
25
"repository": {
26
"type": "git",
0 commit comments