@ -6,18 +6,12 @@ then
exit;
fi
if [ -z "$2" ]
then
echo "Must specify the remote release target (origin, etc.)"
git checkout develop
npm version $1
git push "$2" develop
git push origin develop
git checkout master
git pull . develop
git push "$2" master
git push origin master