Versions Compared

Key

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

...

Create a Release Tag from the release branch

Code Block
git tag -a release-x.y.z-rc0 -m 'Ambari x.y.z RC0'
git push --tags origin

Create a tarball

...