JBoss Cache SVN: r8405 - core/trunk.
by jbosscache-commits@lists.jboss.org
Author: manik.surtani(a)jboss.com
Date: 2010-05-10 11:04:11 -0400 (Mon, 10 May 2010)
New Revision: 8405
Modified:
core/trunk/release.sh
Log:
Updated release script
Modified: core/trunk/release.sh
===================================================================
--- core/trunk/release.sh 2010-05-10 14:59:43 UTC (rev 8404)
+++ core/trunk/release.sh 2010-05-10 15:04:11 UTC (rev 8405)
@@ -13,9 +13,6 @@
# Where do you locally check out tags?
localTagsDir="/Users/manik/Code/jbosscache/core/tags"
-# Where should built documentation go?
-docsDir="/Users/manik/Code/CMS/jbosscache/freezone/docs"
-
###################################################################################################
# Functions
@@ -75,20 +72,6 @@
mvn clean deploy -Dmaven.test.skip.exec=true -PDocs
}
-docs()
-{
- cd $docsDir
- mkdir tmpDir
- cd tmpDir
- unzip -a $localMvnRepoDir/$ver/jbosscache-core-$ver-doc.zip
- mv jbosscache-core-$ver/doc ../$ver
- cd ..
- rm -rf tmpDir
- svn add $ver
- svn ci -m "JBoss Cache Release Script: Docs for version $ver" $ver
-}
-
-
### The actual script
ver=${1}
@@ -100,8 +83,10 @@
docs
echo 'Done! Now all you need to do is:'
echo ' 1. Update the website (http://www.jbosscache.org)'
-echo ' 2. Update wiki pages (main wiki page, docs and download)'
-echo ' 3. Announce and blog about this!'
+echo ' 2. Upload docs if needed'
+echo ' 3. Update wiki pages (main wiki page, docs and download)'
+echo ' 4. Announce and blog about this!'
+echo ' 5. Log in to http://repository.jboss.org/nexus and promote the release from the staging repo'
echo