We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checkout master branch and pull changes from origin:
master
git checkout master git pull origin master
Add changes to CHANGELOG.md (and commit them)
CHANGELOG.md
Release (also pushes to github and publishes to npm)
npm run release
Update gh-pages branch
gh-pages
git checkout gh-pages git pull origin master # <commit merge> git push origin gh-pages