You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2010/06/01 18:57:12 UTC

[Hadoop Wiki] Update of "Avro/HowToRelease" by JeffHammerbacher

Dear Wiki user,

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

The "Avro/HowToRelease" page has been changed by JeffHammerbacher.
http://wiki.apache.org/hadoop/Avro/HowToRelease?action=diff&rev1=17&rev2=18

--------------------------------------------------

  	1. Commit these changes. {{{
  svn commit -m "Preparing for release X.Y.Z"
  }}}
+         1. Add the fix version X.Y.Z to the Avro JIRA
  	1. If not already done, merge desired patches from trunk into the branch and commit these changes. You can find the revision numbers using {{{svn log CHANGES.txt}}} in the branch and in trunk. {{{
  cd branch-X.Y
  svn merge -rR1:R2 ../trunk .
  svn commit -m "Merge -r R1:R2 from trunk to X.Y branch. Fixes: AVRO-A, AVRO-B."
  }}}
+         1. For each patch merged, change the fix version for the JIRA issue to be X.Y.Z
  	1. Tag the release candidate (R is the release candidate number): {{{
  svn copy https://svn.apache.org/repos/asf/avro/branches/branch-X.Y \
  https://svn.apache.org/repos/asf/avro/tags/release-X.Y.Z-rcR -m "Avro X.Y.Z-rcR release."