Dear Wiki user,

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

The "HowToReleasePostMavenizationWithGit" page has been changed by 
karthikkambatla:
https://wiki.apache.org/hadoop/HowToReleasePostMavenizationWithGit?action=diff&rev1=58&rev2=59

       1. Update {{{releasenotes.html}}} {{{
  mv releasenotes.$(vers).html 
./hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
  }}} Note that the script generates a set of notes for HDFS, HADOOP, 
MAPREDUCE, and YARN too, but only common is linked from the html documentation 
so the indavidual ones are ignored for now.
- 
- ---- /!\ '''Edit conflict - other version:''' ----
       1. Commit these changes to branch-X.Y.Z {{{
  git commit -a -m "Preparing for release X.Y.Z"}}}
- 
- ---- /!\ '''Edit conflict - your version:''' ----
-      1. Commit these changes to branch-X.Y.Z {{{
- git commit -a -m "Preparing for release X.Y.Z"}}}
- 
- ---- /!\ '''End of edit conflict''' ----
  
  Now, for any branches in {trunk, branch-X, branch-X.Y, branch-X.Y.Z} that 
have changed, push them to the remote repo taking care of any conflicts. {{{
  git push <remote> <branch>

Reply via email to