Skip to content

Commit 28dd0da

Browse files
committed
release scripts
1 parent 7a67fc0 commit 28dd0da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"rimraf": "latest"
1818
},
1919
"scripts": {
20-
"test": "mocha -R spec --recursive"
20+
"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"
2124
},
2225
"repository": {
2326
"type": "git",

0 commit comments

Comments
 (0)