Fork me on GitHub

How to make a release

  1. Edit History.txt
  2. Edit VERSION
  3. Edit package.json
  4. Build
    • $ make -B
    • Commit as release/biwascheme-x.y.z.js
  5. Make sure it is working:
  6. Push tag
    • $ git tag x.y.z
    • $ git push origin x.y.z
  7. 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
  8. Publish npm package
    • $ npm publish
  9. Update VERSION to x.y.z.dev