Versions Compared

Key

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

...

  1. Click 'Release' in http://repository.apache.org/ (pictured in below step 3, below)4)
  2. Fork https://github.com/Homebrew/homebrew-core
  3. From the same directory you ran the previous release scripts, run the promote_rc script (note: you must be a Geode PMC member to commit to dist/release/geode):

    Code Block
    geode/dev-tools/release/promote_rc.sh -v version_with_rc -k 'your_40_digit_gpg_key' -g your_github_username


  4. The "next steps" printed at the end of the promote_rc script will walk you through the remaining tasks to make the brew PR, validate the docker image, update Jira, wait overnight for mirrors to sync, then finalize the release.

...