Howto: Create a new MochiKit release
This is a small checklist for creating a new MochiKit release. The version numbers below assume that the version to be created is 1.4.
- Check all tests in various browsers
- Check the command-line tests (scripts/rhinomochi.js, spidermochi.js and jscriptmochi.js)
- Update doc/rst/MochiKit/VersionHistory.rst
- Run build.py
- Tag in svn to /tags/mochikit-1.4
- Add MochiKit-1.4.zip file to trunk/dist (in the mochikit.com project)
- Update trunk/download.html (in the mochikit.com project)
- Announce on mailing list, freshmeat.net and possibly elsewhere?
- Prepare svn trunk for next version by updating all references to "1.4" to next version "1.5" (or whatever) in the JS source code
