Skip to content

Commit

Permalink
Update the paths (#569)
Browse files Browse the repository at this point in the history
This is in line with the paths above, and also with the previous version:

https://dist.apache.org/repos/dist/release/iceberg/
  • Loading branch information
Fokko authored Aug 19, 2024
1 parent a1ec0fa commit 94adc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94adc42

Please sign in to comment.