How to make a release
- Edit CHANGELOG.md
- Edit package.json
- Build
- $ npm run build
- Create release/biwascheme-x.y.z.js
- $ npm run prepare-release
- Rebuild website
- $ make website -B
- Make sure it is working:
- run tests
- npm run serve
- 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:7002/
- $ npm run node-test
- run demos
- try npm package
$ npm pack
$ npm install -g biwascheme-x.y.z.tgz
$ biwas -v
git add
changed files andnpm run release
- Make a release on github