Release procedure - marcelklehr/buzzmap GitHub Wiki

All the things that have to be done, before pushing a new release:

  • Create a minified version (and add the copyright!)
  • Commit all changes, before going on!
  • Actualize the version number in index.html, buzzmap.js, buzzmap.min.js
  • Update changelog in README
  • Make a release commit
  • git tag the release commit
  • push master to github
  • merge master into gh-pages
  • push gh-pages to github
  • Update wiki