Date: 2004-08-20T09:42:47
   Editor: DougCutting <[EMAIL PROTECTED]>
   Wiki: Jakarta Lucene Wiki
   Page: ReleaseTodo
   URL: http://wiki.apache.org/jakarta-lucene/ReleaseTodo

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -3,3 +3,46 @@
  1. See [http://nagoya.apache.org/wiki/apachewiki.cgi?ReleaseManager the Apache 
instructions]
  2. Announce the release on [http://www.freshmeat.net]
  3. Add the version of the new release to Bugzilla
+
+--------------
+
+We also need to describe how to make a release.  The best notes I can find are at:
+
+http://www.mail-archive.com/[EMAIL PROTECTED]/msg01002.html
+
+This is missing a few things, namely:
+
+ run unit tests
+
+ updating the docs
+
+   (cd ../jakarta-site2; cvs update -d)
+
+   edit xdocs/index.html ../jakarta-site2/xdocs/index.xml ../jakarta-site2/xdocs/news/
+
+   ant docs
+   cvs commit -m "updating for release XX" docs
+
+ updating the website
+
+   ssh www.apache.org
+
+   cd /www/jakarta.apache.org/lucene
+
+   cvs update
+
+ updating the javadocs on the website
+
+   ssh www.apache.org
+
+   cd /www/jakarta.apache.org/lucene
+
+   cd docs
+
+   tar xzf /www/cvs.apache.org/dist/jakarta/lucene/vXX.XX/lucene-XX.XX.tar.gz 
lucene-XX.XX/docs/api
+
+   mv api api.old ; mv lucene-XX.XX/docs/api api
+
+   rm -rf api.old lucene-XX.XX
+
+Ideally we could automate much of this.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to