kevinjqliu opened a new pull request, #203: URL: https://github.com/apache/iceberg-go/pull/203
While running `release_rc.sh` for RC2, I noticed that the .asc file was not generated. There's a bug in the script similar to #199 and #202 where the filename does not include the RC version. This PR fixes the script to use the correct file name, `apache-iceberg-go-0.1.0-rc2.tar.gz`, which corresponds with the artifacts here https://github.com/apache/iceberg-go/releases/tag/v0.1.0-rc2 Tested in terminal ``` version=0.1.0 rc=2 id="apache-iceberg-go-${version}-rc${rc}" tar_gz="${id}.tar.gz" echo $tar_gz > apache-iceberg-go-0.1.0-rc2.tar.gz ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org