Versions Compared

Key

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

...

If there is an older geode staging repository listed (from a previous RC, make sure you drop it. Find "orgapachegeode-####" and click on "Drop"

Sanity Check

Some ideas of things you might want to verify before Before giving the RC to the community to validate, make an rc pipeline to validate that the artifacts are viable:

  • build each repo from source tag
  • build each product from source tgz
  • try building with clean gradle and maven caches (or spin up a new VM for super-clean testing)
  • verify signatures (not on same machine where RC was built; again, spinning up a new VM can be helpful)
  • Run Dan's release check script https://github.com/upthewaterspout/geode-release-check

...

Code Block
languagebash
geode/dev-tools/release/deploy_rc_pipeline.sh -v version_without_rc


Send out an email announcing the RC

...