Release verification script - #3777
Open
rambleraptor wants to merge 1 commit into
Open
Conversation
kevinjqliu
approved these changes
Aug 11, 2026
kevinjqliu
left a comment
Contributor
There was a problem hiding this comment.
LGTM, i tested locally with 0.12.0rc1
slight nits for clarity
| ./dev/release/verify_rc.sh 0.6.1rc3 | ||
| ``` | ||
|
|
||
| ## Verifying signatures |
Contributor
There was a problem hiding this comment.
nit: we can make these substeps ###. And maybe mention these are for manual verification
|
|
||
| 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: |
Contributor
There was a problem hiding this comment.
nit: add context that this should be run from the root of the iceberg-python repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
I'm borrowing the idea + some of the implementation from @zeroshade's work on iceberg-go
Right now, we have a long list of commands that we ask contributors to run when verifying a release. This script runs those for you.
Are these changes tested?
I ran this on our latest RC and it worked.
Are there any user-facing changes?