You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2012/12/14 00:47:34 UTC

svn commit: r1421620 - /isis/site/trunk/content/contributors/release-process.md

Author: danhaywood
Date: Thu Dec 13 23:47:32 2012
New Revision: 1421620

URL: http://svn.apache.org/viewvc?rev=1421620&view=rev
Log:
isis site : refining release process docs

Modified:
    isis/site/trunk/content/contributors/release-process.md

Modified: isis/site/trunk/content/contributors/release-process.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/release-process.md?rev=1421620&r1=1421619&r2=1421620&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Thu Dec 13 23:47:32 2012
@@ -494,7 +494,7 @@ The command to stage the release is:
 mvn release:perform -P apache-release
 </pre>
 
-The command starts off by checking out the codebase from the tag:
+The command starts off by checking out the codebase from the tag, then builds the artifacts, then uploads them to the Apache staging repository:
 
 <pre>
 ...
@@ -521,8 +521,7 @@ re
 ...
 </pre>
 
-All being well this command will complete successfully.  Depending on the module being released, it could take a long time.  Go grab a bite of lunch.
-
+All being well this command will complete successfully.  Given that it is uploading code artifacts, it could take a while to complete. 
 
 
 ### Check the Repository