Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added some useful Apache links

Publishing Maven Artifacts

  • Setting up release signing keys
  • Uploading artifacts to staging and release repositories

Apache Release Guidelines

  • Release requirements
  • Process for staging

...

Preparing for release

Setup for first time release managers

...

Create the release branch

Create a branch for a release using branch-X.Y (ex: branch-2.1) as the name of the branch.

Note: Going forward, we should be creating branch-{majorVersion}.{minorVersion), so that the same branch can be used for maintenance releases. 

...

Code Block
languagebash
openssl sha512 apache-ambari-X.Y.Z-src.tar.gz > apache-ambari-X.Y.Z-src.tar.gz.sha512


Upload the artifacts to your apache home:

...