Versions Compared

Key

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

...

You need to ensure that you have the access to Apache Repository Manager (Nexus). Try to log in with Apache user name and password.

Clone Pinot code base

Clone the latest pinot code base in your local machine. Create a branch for your release from the point at which you wish to cut a release. his should be a commit hash that has been tested and verified in reasonable settings (e.g  Pinot software has been tested to run in production with various use cases at a particular commit hash). For example:

...

Note

The update of LICENSE, NOTICE files, and the run of mvn release:prepare command,  mvn release:commit command, etc. should be done on this branch, NOT on the master.

Prepare the release notes


Note

Please do not gather all the commit messages and turn that into release notes.

...