Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The following page has been changed by NigelDaley:
http://wiki.apache.org/hadoop/HowToRelease

------------------------------------------------------------------------------
  
  Skip this section if this is NOT the first release in a series (i.e. release 
X.Y.0).
  
+       1. Notify developers on the #hadoop IRC channel that you are about to 
branch a release. 
        1. Update {{{CHANGES.txt}}} to include the release version and date.
        1. Regenerate the documentation. {{{
  ant docs
  }}}
-       1. Commit these changes. {{{
+       1. Commit these changes to trunk. {{{
  svn commit -m "Preparing for release X.Y.Z"
  }}}
        1. Create a branch for the release series: {{{
@@ -24, +25 @@

  }}}
          1. Update the default version in {{{build.xml}}} on trunk to 
X.Y+1.0-dev.
        1. Update the version number in 
{{{src/docs/src/documentation/content/xdocs/tabs.xml}}} on trunk to X.Y+1.0.
+       1. Commit these changes to trunk. {{{
+ svn commit -m "Preparing for X.Y development"
+ }}}
  
  = Updating Release Branch =
  

Reply via email to