HowTo.
ReleaseFitNesse [add child]
  1. Get rid of any cruft on FrontPage[?].
  2. git status; make sure all is committed.
  3. ant release; make sure all tests pass.
  4. Move fitnesse.jar file. Make sure it runs. Run all ATs.
  5. Move the fitnesse.jar into the /home/fitnesse/fitnesse/releases/200xxxxx directory.
  6. Copy .releaseInfo from a previous directory.
  7. chown and chgrp to fitnesse
  8. add !release 200xxxxx to the Downloads page on fitnesse.org. Also create a release page as for the other releases.
  9. git log --pretty=format:"%an" --since="1/3/2010" | sort | uniq to create list of contributors.
  10. Go back and fix up the .releaseInfo file if it doesn't have the right counts.
  11. git tag <tagname> -m "release note"
  12. git push origin <tagname>
  13. Add git log to Release page using:
    git log --pretty=format:"|%ai|%an|%s|" --since="12/1/2008"
  14. move fitnesse.jar to /home/fitnesse/fitnesse and restart fitnesse.org using
    sudo /etc/init.d/fitnesse.org restart