Skip to content

Instantly share code, notes, and snippets.

@nikolaswise
Created September 16, 2015 15:20
Show Gist options
  • Save nikolaswise/87d9ec435562819e540b to your computer and use it in GitHub Desktop.
Save nikolaswise/87d9ec435562819e540b to your computer and use it in GitHub Desktop.
releae process
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