This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new 94adc42 Update the paths (#569)
94adc42 is described below
commit 94adc427c6e7624b21a05f16835f642c0974c2d9
Author: Fokko Driesprong <[email protected]>
AuthorDate: Mon Aug 19 13:32:44 2024 +0200
Update the paths (#569)
This is in line with the paths above, and also with the previous version:
https://dist.apache.org/repos/dist/release/iceberg/
---
website/src/release.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/release.md b/website/src/release.md
index d316e9c..a822b1e 100644
--- a/website/src/release.md
+++ b/website/src/release.md
@@ -322,7 +322,7 @@ git push origin ${iceberg_version}
### Publish artifacts to SVN RELEASE branch
```shell
-svn mv
https://dist.apache.org/repos/dist/dev/iceberg/iceberg-rust/${release_version}
https://dist.apache.org/repos/dist/release/iceberg/iceberg-rust/${iceberg_version}
-m "Release ${iceberg_version}"
+svn mv
https://dist.apache.org/repos/dist/dev/iceberg/iceberg-rust-${release_version}
https://dist.apache.org/repos/dist/release/iceberg/iceberg-rust-${iceberg_version}
-m "Release Apache Iceberg Rust ${iceberg_version}"
```
### Change Iceberg Rust Website download link