Versions Compared

Key

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

...

  1. Click 'Release' in http://repository.apache.org/ (pictured below step 57)
  2. Fork Make sure you have forked https://github.com/Homebrew/homebrew-core (click the Fork button in top-right corner)
  3. Make sure you have forked https://github.com/apache/geode-native
  4. Make sure you have forked https://github.com/apache/geode
  5. Make sure you can run dockerinfo and dockerimages.  On Linux, you may need to add sudo before each docker command in the promote_rc script .and/or sudo usermod -aG docker $USER
  6. From the same directory you ran the previous release scripts, run the promote_rc script (note: you must be a Geode PMC member to svn commit to dist/release/geode):

    Code Block
    geode/dev-tools/release/promote_rc.sh -v 1.13.0.RC1 -k last_8_digits_of_your_gpg_key -g your_github_username


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

...