We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5a4e1 commit 7287cadCopy full SHA for 7287cad
website/src/release.md
@@ -322,13 +322,13 @@ gpg --import KEYS
322
```
323
* Verify the `.asc` file: ```gpg --verify apache-iceberg-rust-*.tar.gz.asc```
324
* Verify the checksums: ```shasum -a 512 -c apache-iceberg-rust-*.tar.gz.sha512```
325
+* Verify license headers: ```docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check```
326
* Verify build and test:
327
```bash
328
tar -xzf apache-iceberg-rust-*.tar.gz
329
cd apache-iceberg-rust-*/
330
make build && make test
331
-* Verify license headers: ```docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check```
332
333
## Official Release
334
0 commit comments