Created
July 24, 2015 21:20
-
-
Save sqrtofsaturn/ad5697a924cf423ae951 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
cat package.json | jq '.version' | |
npm install [email protected] --save | |
NEW_VERSION=`bump | grep '=>' | awk '{print $3}'` | |
git add . | |
git commit -m "$NEW_VERSION use meshblu with ratelimit problem" | |
git tag $NEW_VERSION | |
git push --tags | |
git push | |
npm publish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment