Last active
August 27, 2015 09:52
-
-
Save pierr/b9c79e2fabcf7e742bc9 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
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