Skip to content

Instantly share code, notes, and snippets.

@pierr
Last active August 27, 2015 09:52
Show Gist options
  • Save pierr/b9c79e2fabcf7e742bc9 to your computer and use it in GitHub Desktop.
Save pierr/b9c79e2fabcf7e742bc9 to your computer and use it in GitHub Desktop.
git checkout master
git pull
git add .
git commit -m '$0'
git push
git checkout release
git pull
git merge master
npm run build
git add .
git commit -m '$0'
git push origin release
npm publish
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment