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 2015/06/29 01:53:14 UTC

[Hadoop Wiki] Trivial Update of "HowToRelease" by VinodKumarVavilapalli

Dear Wiki user,

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

The "HowToRelease" page has been changed by VinodKumarVavilapalli:
https://wiki.apache.org/hadoop/HowToRelease?action=diff&rev1=71&rev2=72

Comment:
Updating doc link to the website index page.

       1. Commit the version change to branch-X.Y. {{{
  git commit -a -m "Preparing for X.Y.(Z+1) development"}}}
    1. Release branch (branch-X.Y.Z) updates:
-      1. Update {{{hadoop-project/src/site/apt/index.apt.vm}}} to reflect the right versions, new features and big improvements.
+      1. Update {{{hadoop-project//src/site/markdown/index.md.vm}}} to reflect the right versions, new features and big improvements.
       1. Update the version on branch-X.Y.Z TO X.Y.Z {{{
  mvn versions:set -DnewVersion=X.Y.Z}}}
       1. Generate {{{releasenotes.html}}} with release notes for this release. You generate these with: {{{