kevinjqliu commented on issue #1631: URL: https://github.com/apache/iceberg-rust/issues/1631#issuecomment-3305135067
``` svn co https://dist.apache.org/repos/dist/dev/iceberg/ /tmp/iceberg-dist-dev release_version=0.7.0-rc.1 # create a directory named by version mkdir /tmp/iceberg-dist-dev/apache-iceberg-rust-${release_version}/ # copy source code and signature package to the versioned directory cp ./dist/* /tmp/iceberg-dist-dev/apache-iceberg-rust-${release_version}/ # change dir to the svn folder cd /tmp/iceberg-dist-dev/ # check svn status svn status # add to svn svn add apache-iceberg-rust-${release_version} # check svn status svn status # commit to SVN remote server svn commit -m "Prepare for iceberg-rust ${release_version}" ``` https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-rust-0.7.0-rc.1/ (I had to update the instructions, will update out a PR for that ) -- 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]
