| | 1 | = Howto: Create a new MochiKit release = |
| | 2 | |
| | 3 | 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. |
| | 4 | |
| | 5 | 1. Check all tests in various browsers |
| | 6 | 2. Check the command-line tests (scripts/rhinomochi.js, spidermochi.js and jscriptmochi.js) |
| | 7 | 3. Update doc/rst/MochiKit/VersionHistory.rst |
| | 8 | 4. Run build.py |
| | 9 | 5. Tag in svn to /tags/mochikit-1.4 |
| | 10 | 6. Add MochiKit-1.4.zip file to trunk/dist (in the mochikit.com project) |
| | 11 | 7. Update trunk/download.html (in the mochikit.com project) |
| | 12 | 8. Announce on mailing list, freshmeat.net and possibly elsewhere? |
| | 13 | 9. 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 |