TiddlyWiki.org

To release a new version of TiddlyWiki

  1. check the version number in Version.js is correct
  2. tag the release, eg svn copy http://svn.tiddlywiki.org/Trunk/core/ http://svn.tiddlywiki.org/Tags/core/REL-2.4.0_Final/ -m"tagging the release"
  3. cook testAll.html.recipe in Trunk/core/tests
  4. run the tests by loading testAll.html in all the different browsers

assuming the tests run correctly

  1. go to the Trunk/verticals/tiddlywiki.com directory
  2. cook the empty and index tiddlywikis (this can be done using the bld bash script)
  3. load resulting empty.M.m.r.html file (eg empty.2.4.0.html) into Firefox and click 'save changes'
  4. load resulting index.M.m.r.html file (eg index.2.4.0.html) into Firefox and click 'save changes'
  5. copy the files up to the server (this can be done using the uploaddav bash script)
  6. send announcement email to the TW group (or TiddlyWikiDev? for beta releases)