add release scripts
This commit is contained in:
7
bin/release-patch.sh
Executable file
7
bin/release-patch.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
BIN=`dirname $0`
|
||||
|
||||
$BIN/release-_pre.sh
|
||||
npm version patch
|
||||
$BIN/release-_post.sh
|
||||
Reference in New Issue
Block a user