Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a Release Tag from the release branch

Code Block
svngit copy https://svn.apache.org/repos/asf/incubator/ambari/branches/checkout branch-x.y https://svn.apache.org/repos/asf/incubator/ambari/tags/.z
git tag release-x.y.z-rc0
git push -m "Ambari x.y.z Release Candidate"-tags origin

Make sure it passes the apache rat tool.

...