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

   Create ASF release
   ```
   git checkout v0.5.0-rc.2
   ICEBERG_VERSION=0.5.0 ICEBERG_VERSION_RC=2 ./scripts/release.sh
   
   svn co https://dist.apache.org/repos/dist/dev/iceberg/ /tmp/iceberg-dist-dev
   release_version=0.5.0-rc.2
   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}"
   ```
   
   artifacts updated to 
https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-rust-0.5.0-rc.2/
   


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