Skip to content
Jan Pieter Waagmeester edited this page Jan 30, 2015 · 5 revisions

10 seconds of work release process

git checkout master
git pull origin master
npm run release           # also pushes to github and publishes to npm
git checkout gh-pages
git pull origin master
# <commit merge>
git push origin gh-pages
Clone this wiki locally