Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The "Hive/HowToRelease" page has been changed by JohnSichi. http://wiki.apache.org/hadoop/Hive/HowToRelease?action=diff&rev1=1&rev2=2 -------------------------------------------------- https://svn.apache.org/repos/asf/hadoop/hive/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 default version in {{{build.properties}}} on trunk to X.Y+1.0. - 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+1.0 development" }}} @@ -35, +34 @@ svn co https://svn.apache.org/repos/asf/hadoop/hive/branches/branch-X.Y }}} 1. Update {{{CHANGES.txt}}} to include the release version and date (this change must be committed to trunk and any intermediate branches between trunk and the branch being released). - 1. Update {{{src/docs/releasenotes.html}}} with release notes for this release. You can get the HTML by following the "Release Notes" link for the relevant release on the [[http://issues.apache.org/jira/browse/HIVE?report=com.sourcelabs.jira.plugin.portlet.releases:releases-projecttab|Releases]] tab in Jira. - 1. Update the version number in {{{build.xml}}} to be ''hive-X.Y.N-dev'', where ''N'' is one greater than the release being made. + 1. JIRA provides a "Release Notes" link for the relevant release on the [[http://issues.apache.org/jira/browse/HIVE?report=com.sourcelabs.jira.plugin.portlet.releases:releases-projecttab|Releases]] tab. We don't currently include these in the release (although we may in the future), so ignore this step for now. + 1. Update the version number in {{{build.properties}}} to be ''hive-X.Y.Z'' where Z is the point release number in this release series (0 for the first one). 1. Commit these changes. {{{ svn commit -m "Preparing for release X.Y.Z" }}} @@ -45, +44 @@ svn merge -rR1:R2 ../trunk . svn commit -m "Merge -r R1:R2 from trunk to X.Y branch. Fixes: HIVE-A, HIVE-B." }}} - 1. Tag the release candidate (R is the release candidate number, and starts from 0): {{{ + 1. Tag the release candidate (R is the release candidate number, and also starts from 0): {{{ svn copy https://svn.apache.org/repos/asf/hadoop/hive/branches/branch-X.Y \ https://svn.apache.org/repos/asf/hadoop/hive/tags/release-X.Y.Z-rcR -m "Hive X.Y.Z-rcR release." }}}
