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 pack
$ npm install biwascheme-x.y.z.tgz -g
$ biwas -v
- run tests
- Push changes and make a release on github
- Copy changelog from History.txt
- Push "Publish" to make a git tag
- Update website
- see website.md
- Publish npm package
$ npm publish
- Update
VERSION
to x.y.z.dev