You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2014/05/28 21:14:56 UTC

svn commit: r1598108 - /jspwiki/site/trunk/content/ppmc/how_to_release.mdtext

Author: juanpablo
Date: Wed May 28 19:14:55 2014
New Revision: 1598108

URL: http://svn.apache.org/r1598108
Log:
Instructions to publish javadocs on jspwiki.apache.org

Modified:
    jspwiki/site/trunk/content/ppmc/how_to_release.mdtext

Modified: jspwiki/site/trunk/content/ppmc/how_to_release.mdtext
URL: http://svn.apache.org/viewvc/jspwiki/site/trunk/content/ppmc/how_to_release.mdtext?rev=1598108&r1=1598107&r2=1598108&view=diff
==============================================================================
--- jspwiki/site/trunk/content/ppmc/how_to_release.mdtext (original)
+++ jspwiki/site/trunk/content/ppmc/how_to_release.mdtext Wed May 28 19:14:55 2014
@@ -39,9 +39,11 @@ the quick guide to get the release out (
 
   6. Publish binaries and source to the [mirrors][]
 
-  7. Wait for 24 hours, then announce the release
+  7. Publish latest javadocs
 
-  8. Add the next release version to JIRA
+  8. Wait for 24 hours, then announce the release
+
+  9. Add the next release version to JIRA
 
 ## First time release managers
 
@@ -188,9 +190,17 @@ to `https://dist.apache.org/repos/dist/r
 
     3. `svn delete` older releases
 
-  3. **Wait 24 hours for mirrors to sync**
+  3. **Publish javadocs on jspwiki.apache.org**
+
+    1. `svn checkout` <https://svn.apache.org/repos/infra/websites/production/jspwiki/content/apidocs/>
+
+    2. `svn add` javadocs directory/ies, which have been generated as part of the release (check for `*/target/apidocs` folders)
+
+    3. modify the three links on <https://svn.apache.org/repos/infra/websites/production/jspwiki/content/apidocs/index.html> so they point to the new javadocs
+
+  4. **Wait 24 hours for mirrors to sync**
 
-  4. **Post link to the full release notes** along with links to the major JIRA 
+  5. **Post link to the full release notes** along with links to the major JIRA 
 changes **on the front page of the site**
 
 ## Announce the release