[YUNIKORN-370] release branching preparation

Remove release candidate info from config and build script.
Clean up README that is included in the release.
Remove OS file that should not have been committed.
4 files changed
tree: 0009568f975e6a72f7bf51356aa9c37787f90410
  1. docs/
  2. helm-charts/
  3. release-top-level-artifacts/
  4. tools/
  5. .gitignore
  6. README.md
README.md

Apache YuniKorn (Incubating) Release


This project provides the instructions and tools needed to generate Apache YuniKorn (Incubating) release artifacts. Reference:

Release Procedure

  • Create a release branch for the target release in all git repos, such as branch-0.8
  • Stabilize the release branch
  • Create a tag and prepare to generate the release, e.g v0.8.0
  • Configure tools/release-configs.json
  • Run script tools/build-release.py to generate source code tarball
  • Sign the release
  • Upload tarball, signature and checksum
  • Start a voting thread for the project followed by an incubator voting thread
  • Publish the release

See full document at this doc