apache / iceberg-go

Apache Iceberg - Go
https://iceberg.apache.org/
Apache License 2.0
142 stars 34 forks source link

Fix verification script, `verify_rc.sh` #199

Closed kevinjqliu closed 1 week ago

kevinjqliu commented 1 week ago

RC artifacts are generated with apache-iceberg-go-${VERSION}-rc${RC} instead of apache-iceberg-go-${VERSION}. This PR changes the verification script to match the naming convention

kevinjqliu commented 1 week ago

verified change by running dev/release/verify_rc.sh 0.1.0 0

+ VERIFY_SUCCESS=yes
+ echo 'RC looks good!'
RC looks good!
kevinjqliu commented 1 week ago

@Fokko do you mind taking a look? this fixes the verification script. Would be good to have merged for the new RC