You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tephra.apache.org by ch...@apache.org on 2017/08/04 19:45:22 UTC

svn commit: r1804154 - in /incubator/tephra/site: ReleaseGuide.html project-reports.html

Author: chtyim
Date: Fri Aug  4 19:45:22 2017
New Revision: 1804154

URL: http://svn.apache.org/viewvc?rev=1804154&view=rev
Log:
Update release guide


Modified:
    incubator/tephra/site/ReleaseGuide.html
    incubator/tephra/site/project-reports.html

Modified: incubator/tephra/site/ReleaseGuide.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/ReleaseGuide.html?rev=1804154&r1=1804153&r2=1804154&view=diff
==============================================================================
--- incubator/tephra/site/ReleaseGuide.html (original)
+++ incubator/tephra/site/ReleaseGuide.html Fri Aug  4 19:45:22 2017
@@ -469,13 +469,22 @@ cd [working-dir]/tephra-site
 </pre>
   </div>
  </div> 
- <p>Commit the site chagnes:</p> 
+ <p>Commit the site changes:</p> 
  <div class="source"> 
   <div class="source"> 
    <pre>svn add [new-release-dirs]
 svn commit -m &quot;Apache Tephra site for release N.N.N&quot;
 </pre>
   </div>
+ </div> 
+ <p>Commit the site changes back to git:</p> 
+ <div class="source"> 
+  <div class="source"> 
+   <pre>cd [tephra-src-git-dir]
+git commit -m &quot;Update site for release N.N.N&quot;
+git push origin site
+</pre>
+  </div>
  </div>
 </div>
 			</div>

Modified: incubator/tephra/site/project-reports.html
URL: http://svn.apache.org/viewvc/incubator/tephra/site/project-reports.html?rev=1804154&r1=1804153&r2=1804154&view=diff
==============================================================================
--- incubator/tephra/site/project-reports.html (original)
+++ incubator/tephra/site/project-reports.html Fri Aug  4 19:45:22 2017
@@ -142,10 +142,6 @@
    </thead> 
    <tbody>  
     <tr class="b"> 
-     <td><a href="apidocs/index.html">JavaDocs</a></td> 
-     <td>JavaDoc API documentation.</td> 
-    </tr> 
-    <tr class="a"> 
      <td><a href="surefire-report.html">Surefire Report</a></td> 
      <td>Report on the test results of the project.</td> 
     </tr>