How to make a release
- Edit History.txt
- Edit VERSION
- Edit package.json
- Build
- $ make -B
- Commit as release/biwascheme-x.y.z.js
- Make sure it is working:
- run tests
- open http://localhost:7001/test/spec.html
- open http://localhost:7001/test/spec.html#release
- open http://localhost:7001/test/spec.html#min
- run test/browser_functions/
$ cd test/browser_functions && node server.js && open http://localhost:7001/
- run demos
- try npm package
$ npm install node_modules/biwascheme/ -g
$ biwas -v
- run tests
- Push tag
- $ git tag x.y.z
- $ git push origin x.y.z
- Update website
- checkout biwascheme/biwascheme.github.io
- Merge master
- Copy release/biwascheme-x.y.z.js to release/biwascheme.js
- $ push bs-web web:master
- Publish npm package
- $ npm publish
- Update VERSION to x.y.z.dev