forked from eclipse-vertx/vert.x
-
Notifications
You must be signed in to change notification settings - Fork 0
Release Process
purplefox edited this page Jul 17, 2012
·
5 revisions
- Fresh clone of the repo
- Update version numbers in
gradle.properties - Run test suite
./mk testVerify all tests pass - Run eventbus qunit tests.
cd src/tests/client/eventbusvertx run server.jsPoint 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
examplesdirectory. 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-pagesincluding the new api docs. - Push the new website
- Announce on google group and Twitter