Versions Compared

Key

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

...

Send out an email announcing the RC

From JIRA find out how many JIRAs were resolved and update the links in the below template and send it to within a geode checkout, run the dist/dev/print_rc_email.sh script to generate an email to send to the dev@geode.apache.org. Everything within {} must be updated in the below template
The subject should be "[VOTE] Apache Geode 1.9.0 RC4"

Code Block
./print_rc_email.sh -v 1.9.0.RC4 -m 1054
No Format
Hello Geode dev community,


This is a release candidate for Apache Geode, version {version}.RC{#}.
Thanks to all the community members for their contributions to this
release!
Please do a review and give your feedback. The deadline is the end of day {deadline date}.  
It resolves {# issues resolved} issues on Apache Geode JIRA system. Release notes can be found at:
https://cwiki.apache.org/confluence/display/GEODE/
Release+Notes#ReleaseNotes-{version}

Please note that we are voting upon the source tags: rel/v{version}.RC{#}
Apache Geode:
https://github.com/apache/geode/tree/rel/v{version}.RC{#}
Apache Geode examples:
https://github.com/apache/geode-examples/tree/rel/v{version}.RC{#}
Apache Geode native: 
https://github.com/apache/geode-native/tree/rel/v{version}.RC{#}

Source and binary files:
https://dist.apache.org/repos/dist/dev/geode/{version}.RC{#}/

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachegeode-{repo#}

Geode's KEYS file containing PGP keys we use to sign the release:
https://github.com/apache/geode/blob/develop/KEYS

PS: Command to run geode-examples: ./gradlew -PgeodeReleaseUrl=https://dist.apache.org/repos/dist/dev/geode/{version}.RC# -PgeodeRepositoryUrl=https://repository.apache.org/content/repositories/orgapachegeode-{repo id} build runAll
Regards
{release manager}


Finalizing the release

Once the release candidate has been approved 

...