kevinjqliu commented on issue #1631: URL: https://github.com/apache/iceberg-rust/issues/1631#issuecomment-3390841332
@Fokko / @liurenjie1024 could one of you perform the step to move the artifact from dev/ to release/ svn? ``` iceberg_version=0.7.0 release_version=0.7.0-rc.2 svn mv https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-rust-${release_version} https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-rust-${iceberg_version} -m "Release Apache Iceberg Rust ${iceberg_version}" ``` -- 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]
