kevinjqliu opened a new pull request, #581: URL: https://github.com/apache/iceberg-go/pull/581
The tar file is named `apache-iceberg-go-0.4.0.tar.gz` but the folder inside is named `apache-iceberg-go-0.4.0-rc0` This unblocks us from verifying an RC release. We should follow up and fix the underlying issue by renaming the folder inside `apache-iceberg-go-0.4.0` #### Testing Tested with https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-go-0.4.0-rc0/ ``` wget https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-go-0.4.0-rc0/ tar -xzf apache-iceberg-go-*.tar.gz cd apache-iceberg-go-0.4.0-rc0 cp ~/repos/iceberg-go/dev/release/verify_rc.sh ./dev/release/verify_rc.sh dev/release/verify_rc.sh 0.4.0 0 ``` -- 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]
