tree: 826c69182d1fc18e6abe463e8886f7e51f0bbc1d [path history] [tgz]
  1. commit_rc.sh
  2. deploy_rc_pipeline.sh
  3. finalize_release.sh
  4. prepare_rc.sh
  5. print_rc_email.sh
  6. promote_rc.sh
  7. README.md
dev-tools/release/README.md

This directory contains scripts to help create a release of geode.

Most of the release steps are documented in the wiki. See https://cwiki.apache.org/confluence/display/GEODE/Releasing+Apache+Geode

Scripts prepare_rc.sh: Checks out the various geode repos, builds a release candidate, and publishes to nexus staging repo commit_rc.sh: Pushes the tags and artifacts staged by prepare_rc.sh and then runs print_rc_email.sh print_rc_email.sh: Generates an email to send to the dev list announcing a release candidate promote_rc.sh: Makes an RC the final release and starts the mirroring process finalize_release.sh: Makes the docker and brew releases, etc