v=$(npm version patch);git commit . -m $v;git tag $(echo $v|tr 'v' ' ');git push;git push --tags;npm publish
