How to make a release
- Edit History.txt
- Edit VERSION
- Edit package.json
- Build
- $ npm install uglifyjs -g
- $ make -B
- Make sure it is working:
- run tests
- run demos
- try npm package
$ npm pack
$ npm install biwascheme-x.y.z.tgz -g
$ biwas -v
- Create biwascheme-x.y.z.js
- $ cp release/biwascheme{,-x.y.z}js
- $ cp release/biwascheme{,-x.y.z}-min.js
- Commit and push changes to github
- Make a release on github
- Copy changelog from History.txt
- Press the "Publish" button to make a git tag
- Update website
- Publish npm package
- Update
VERSION
to x.y.z.dev