add release scripts

This commit is contained in:
Feross Aboukhadijeh
2016-03-21 23:33:31 -07:00
parent e269489639
commit 475ef8c6d0
6 changed files with 38 additions and 0 deletions

7
bin/release-patch.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
BIN=`dirname $0`
$BIN/release-_pre.sh
npm version patch
$BIN/release-_post.sh