Skip to content

Instantly share code, notes, and snippets.

@sqrtofsaturn
Created July 24, 2015 21:20
Show Gist options
  • Save sqrtofsaturn/ad5697a924cf423ae951 to your computer and use it in GitHub Desktop.
Save sqrtofsaturn/ad5697a924cf423ae951 to your computer and use it in GitHub Desktop.
#! /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