Author: pete.muir(a)jboss.org
Date: 2008-12-23 16:46:10 -0500 (Tue, 23 Dec 2008)
New Revision: 695
Added:
ri/trunk/dist/release-process.txt
Log:
add basic release instructions
Added: ri/trunk/dist/release-process.txt
===================================================================
--- ri/trunk/dist/release-process.txt (rev 0)
+++ ri/trunk/dist/release-process.txt 2008-12-23 21:46:10 UTC (rev 695)
@@ -0,0 +1,16 @@
+Release process for Web Beans RI
+--------------------------------
+
+* Run the testsuite and examples
+* Tag using mvn release:prepare in the ri/trunk checkout
+* Tag docs using mvn release:prepare in the doc/trunk/reference checkout
+* Check the tag
+* Build the maven artifacts using release:perform in both locations
+* Verify the checkout of the tag
+* Release the webbeans-ri-int for jbossas if necessary
+* Edit the checkout of the tag, and alter the versions in jboss-as/build.properties to
released versions
+* Edit the checkout of the tag, and alter the versions of all poms under examples to be
the released versions
+* Checkin tag changes
+* Build the dist, and verify by installing to a clean copy of jbossas and running
examples
+* Commit maven artifacts and try on a clean box
+* Upload dist to
sf.net, docs to
docs.jboss.org, write blog, release in JIRA, announce