apache / iceberg-go

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

Potential improvements to the release/verify rc scripts #204

Open kevinjqliu opened 1 week ago

kevinjqliu commented 1 week ago

Potential improvements to the release/verify rc scripts

  1. fix release_rc to generate .asc file
  2. RC verification script should download artifacts from the apache repo, https://github.com/apache/iceberg-go/blob/main/dev/release/verify_rc.sh#L38 should reference https://dist.apache.org/repos/dist/dev/iceberg/ instead of GitHub
  3. release_rc.sh should upload artifact to https://dist.apache.org/repos/dist/dev/iceberg/ and should follow this structure
  4. (from JB on devlist) "sha256 is not required anymore, sha512 is enough"