e.g. we will release version 0.0.5.
Consult with git log 0.0.4...HEAD
for CHANGELOG.md to confirm no significant changes missing in CHANGELOG.md.
- component.json
- package.json
- knockoutfire.js
- README.md
- CHANGELOG.md
git tag 0.0.5
git checkout gh-pages
git checkout 0.0.5 -- knockoutfire.js
cp knockoutfire.js knockoutfire-0.0.5.js
git add knockoutfire-0.0.5.js
git checkout gh-pages
git push
git checkout master
git push
git push --tags