Skip to content

Commit ddb2ab9

Browse files
authored
docs: fix release process docs (#1538)
## Which issue does this PR close? <!-- We generally require a GitHub issue to be filed for all bug fixes and enhancements and this helps us generate change logs for our releases. You can link an issue to this PR using the GitHub syntax. For example `Closes #123` indicates that this PR will close issue #123. --> - Closes #. ## What changes are included in this PR? Minor changes I noticed while verifying 0.6.0-rc1 <!-- Provide a summary of the modifications in this PR. List the main changes such as new features, bug fixes, refactoring, or any other updates. --> ## Are these changes tested? <!-- Specify what test covers (unit test, integration test, etc.). If tests are not included in your PR, please explain why (for example, are they covered by existing tests)? -->
1 parent 1d217d4 commit ddb2ab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ https://downloads.apache.org/iceberg/KEYS
231231
232232
Git tag for the release:
233233
234-
https://github.com/apache/iceberg-rust/releases/tag/${release_version}
234+
https://github.com/apache/iceberg-rust/releases/tag/v${iceberg_version}
235235
236236
Please download, verify, and test.
237237
@@ -317,7 +317,7 @@ curl https://downloads.apache.org/iceberg/KEYS -o KEYS
317317
gpg --import KEYS
318318
```
319319
* Verify the `.asc` file: ```gpg --verify apache-iceberg-rust-${iceberg_version}.tar.gz.asc```
320-
* Verify the checksums: ```shasum -a 512 apache-iceberg-rust-${iceberg_version}.tar.gz.sha512```
320+
* Verify the checksums: ```shasum -a 512 -c apache-iceberg-rust-${iceberg_version}.tar.gz.sha512```
321321
* Verify build and test:
322322
```bash
323323
tar -xzf apache-iceberg-rust-${iceberg_version}.tar.gz

0 commit comments

Comments
 (0)