Hi everyone, While looking at the release steps for iceberg-go <https://github.com/apache/iceberg-go/tree/main/dev/release>, I noticed that we have two KEYS files:
- https://dist.apache.org/repos/dist/dev/iceberg/KEYS - https://dist.apache.org/repos/dist/release/iceberg/KEYS (Also available through https://downloads.apache.org/iceberg/KEYS) The first one is referenced by Java <https://iceberg.apache.org/how-to-release/#setup> and Python <https://py.iceberg.apache.org/verify-release/#verifying-signatures>, and the last one by Rust <https://rust.iceberg.apache.org/release.html>. As mentioned earlier, Go references them both. Should we consolidate these? My suggestion would be to merge the `/dev/` ones into the `release` ones, and get rid of the one in `dev`. Thoughts? Kind regards, Fokko