add release scripts

This commit is contained in:
Feross Aboukhadijeh
2016-03-21 23:33:31 -07:00
parent b4262d880e
commit 37d3817f65
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