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 changes and make a release on github
    • Copy changelog from History.txt
    • Push "Publish" to make a git tag
  7. Update website
    • see website.md
  8. Publish npm package
    • $ npm publish
  9. Update VERSION to x.y.z.dev