Skip to content
purplefox edited this page Jul 17, 2012 · 5 revisions
  • Fresh clone of the repo
  • Update version numbers in gradle.properties
  • Run test suite ./mk test Verify all tests pass
  • Run eventbus qunit tests. cd src/tests/client/eventbus vertx run server.js Point browser at http://localhost:8181 Verify all tests pass
  • Run all SockJS protocol and qunit tests See SockJS website for info on how to do this.
  • Build the distro ./mk dist
  • Unzip the distro in a clean place.
  • Test all the examples in the examples directory. Read the READMEs there
  • Check the javadoc, yardoc, groovydoc and pydoc in the distro
  • Tag the release in git
  • Upload the distro to the web-site
  • Download the distro, install it and run an example to make sure it has not been corrupted.
  • Merge the new version of the website into gh-pages including the new api docs.
  • Push the new website
  • Announce on google group and Twitter

Clone this wiki locally