Jefffrey commented on code in PR #10283: URL: https://github.com/apache/arrow-rs/pull/10283#discussion_r3524057518
########## dev/release/README.md: ########## @@ -149,34 +149,78 @@ Send an email, based on the output from the script to [email protected]. The ``` To: [email protected] -Subject: [VOTE][RUST] Release Apache Arrow +Subject: [VOTE][RUST] Release Apache Arrow Rust <VERSION> <RC> Hi, I would like to propose a release of Apache Arrow Rust -Implementation, version 4.1.0. +Implementation, version <VERSION>. -This release candidate is based on commit: a5dd428f57e62db20a945e8b1895de91405958c4 [1] +This release candidate is based on commit: <COMMIT_HASH> [1] + +The SHA256 of the release candidate is: <SHA256_HASH> The proposed release tarball and signatures are hosted at [2]. + The changelog is located at [3]. +The release tracking issue is: [5] + Please download, verify checksums and signatures, run the unit tests, -and vote on the release. +and vote on the release. There is a script [4] that automates some of the verification. The vote will be open for at least 72 hours. -[ ] +1 Release this as Apache Arrow Rust +[ ] +1 Release this as Apache Arrow Rust <VERSION> [ ] +0 -[ ] -1 Do not release this as Apache Arrow Rust because... +[ ] -1 Do not release this as Apache Arrow Rust <VERSION> because... -[1]: https://github.com/apache/arrow-rs/tree/a5dd428f57e62db20a945e8b1895de91405958c4 -[2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-4.1.0 -[3]: https://github.com/apache/arrow-rs/blob/a5dd428f57e62db20a945e8b1895de91405958c4/CHANGELOG.md +[1]: https://github.com/apache/arrow-rs/tree/<COMMIT_HASH> +[2]: https://dist.apache.org/repos/dist/dev/arrow/apache-arrow-rs-<VERSION>-<RC> +[3]: https://github.com/apache/arrow-rs/blob/<COMMIT_HASH>/CHANGELOG.md +[4]: https://github.com/apache/arrow-rs/blob/main/dev/release/verify-release-candidate.sh +[5]: https://github.com/apache/arrow-rs/issues/<ISSUE> ``` For the release to become "official" it needs at least three Apache Arrow PMC members to vote +1 on it. +Here's an example of a complete message: + +``` Review Comment: i wasn't sure whether to have only one complete version like this with all the versions/commits filled in (but leaves potential for forgetting to update a field from this template) or to only have the above version where it has clear placeholders `<ISSUE>` etc. decided to have both -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
