Created
September 16, 2015 15:20
-
-
Save nikolaswise/87d9ec435562819e540b to your computer and use it in GitHub Desktop.
releae process
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 branch -D temp-release-branch | |
git checkout -b temp-release-branch | |
grunt prepublish | |
git add -f dist/ | |
git commit -m "Release" | |
git push upstream temp-release-branch | |
npm run gh-release | |
git checkout master | |
git branch -D temp-release-branch | |
git push upstream :temp-release-branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment