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=57&rev2=58 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> @@ -96, +104 @@ scp -p hadoop-${version}.tar.gz* people.apache.org:public_html/hadoop-${version} }}} 1. Log into [[https://repository.apache.org|Nexus]], select {{{Staging}}} from the left navigation pane, right-click on the pushed repository, and {{{close}}} the release. - 1. Call a release vote on common-dev at hadoop.apache.org. + 1. Call a release vote on common-dev at hadoop.apache.org. [[Example|https://www.mail-archive.com/[email protected]/msg13339.html]] = Publishing =
