Skip to content
brunob edited this page Dec 24, 2014 · 5 revisions

10 seconds of work release process

git checkout master
git pull origin master
npm run release
git checkout gh-pages
git pull origin master
# <commit merge>
git push origin gh-pages
Clone this wiki locally