kevinjqliu commented on issue #1325:
URL: https://github.com/apache/iceberg-rust/issues/1325#issuecomment-2894812259

   ASF release:
   ```
   git checkout v0.5.0-rc.1
   ICEBERG_VERSION=0.5.0 ICEBERG_VERSION_RC=1 ./scripts/release.sh
   
   svn co https://dist.apache.org/repos/dist/dev/iceberg/ /tmp/iceberg-dist-dev
   release_version=0.5.0-rc.1
   mkdir /tmp/iceberg-dist-dev/apache-iceberg-rust-${release_version}
   cp dist/* /tmp/iceberg-dist-dev/apache-iceberg-rust-${release_version}/
   cd /tmp/iceberg-dist-dev/
   
   svn status
   svn add apache-iceberg-rust-${release_version}
   svn status
   svn commit -m "Prepare for iceberg-rust ${release_version}"
   ```
   
   Uploaded to dev dist 
   
https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-rust-0.5.0-rc.1/
   
   


-- 
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

Reply via email to