kevinjqliu commented on code in PR #3777: URL: https://github.com/apache/iceberg-python/pull/3777#discussion_r3759638649
########## mkdocs/docs/verify-release.md: ########## @@ -35,6 +35,12 @@ Release announcements include links to the following: After downloading the source tarball, signature, checksum, and KEYS file, here are instructions on how to verify signatures, checksums, and documentation. +All of the steps below are also available as a single script: Review Comment: nit: add context that this should be run from the root of the `iceberg-python` repo ########## mkdocs/docs/verify-release.md: ########## @@ -35,6 +35,12 @@ Release announcements include links to the following: After downloading the source tarball, signature, checksum, and KEYS file, here are instructions on how to verify signatures, checksums, and documentation. +All of the steps below are also available as a single script: + +```sh +./dev/release/verify_rc.sh 0.6.1rc3 +``` + ## Verifying signatures Review Comment: nit: we can make these substeps `###`. And maybe mention these are for manual verification -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
