Skip to content

Commit 7287cad

Browse files
committed
order
1 parent 4f5a4e1 commit 7287cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,13 +322,13 @@ gpg --import KEYS
322322
```
323323
* Verify the `.asc` file: ```gpg --verify apache-iceberg-rust-*.tar.gz.asc```
324324
* 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```
325326
* Verify build and test:
326327
```bash
327328
tar -xzf apache-iceberg-rust-*.tar.gz
328329
cd apache-iceberg-rust-*/
329330
make build && make test
330331
```
331-
* Verify license headers: ```docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check```
332332

333333
## Official Release
334334

0 commit comments

Comments
 (0)