Just to remind myself of my own release process for this repo.
-
Make some changes / merge PR
-
Bump version in
package.json
-
Update
README.md
if needed -
Update
CHANGELOG.md
-
Webpack build
webpack -p
-
Test it all works
serve open index.html -a 'Google Chrome'
-
Tag and push the release
git tag 1.0.x git push git push --tags
-
Publish on NPM
npm publish
-
Update Githup Pages
git checkout gh-pages git merge master git push
-
Cup of tea