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. Update {{{CHANGES.txt}}} to include the release version and date (use {{{Unreleased}}} for the date if it is unknown) and remove {{{Trunk (unreleased changes)}}}. 1. Regenerate the documentation. {{{ ant docs }}} @@ -23, +23 @@ svn copy https://svn.apache.org/repos/asf/hadoop/core/trunk \ https://svn.apache.org/repos/asf/hadoop/core/branches/branch-X.Y -m "Branching for X.Y releases" }}} + 1. Update {{{CHANGES.txt}}} to add back in {{{Trunk (unreleased changes)}}}. 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" + svn commit -m "Preparing for X.Y+1.0 development" }}} = Updating Release Branch =
