Skip to content

Commit 5c532e3

Browse files
committed
md formatting
1 parent 7287cad commit 5c532e3

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

website/src/release.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -316,19 +316,32 @@ After downloading them, here are the instructions on how to verify them.
316316

317317
* Import keys:
318318

319-
```bash
320-
curl https://downloads.apache.org/iceberg/KEYS -o KEYS
321-
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```
319+
```bash
320+
curl https://downloads.apache.org/iceberg/KEYS -o KEYS
321+
gpg --import KEYS
322+
```
323+
* Verify the `.asc` file:
324+
325+
```bash
326+
gpg --verify apache-iceberg-rust-*.tar.gz.asc
327+
```
328+
* Verify the checksums:
329+
330+
```bash
331+
shasum -a 512 -c apache-iceberg-rust-*.tar.gz.sha512
332+
```
333+
* Verify license headers:
334+
335+
```bash
336+
docker run -it --rm -v $(pwd):/github/workspace apache/skywalking-eyes header check
337+
```
326338
* 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-
```
339+
340+
```bash
341+
tar -xzf apache-iceberg-rust-*.tar.gz
342+
cd apache-iceberg-rust-*/
343+
make build && make test
344+
```
332345

333346
## Official Release
334347

0 commit comments

Comments
 (0)