This is an automated email from the ASF dual-hosted git repository.

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new f01c4df5e docs: split up the make command in release doc (#2016)
f01c4df5e is described below

commit f01c4df5ec8217f1212806d15a7becd8e5157e4e
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Jan 12 20:49:36 2026 -0500

    docs: split up the make command in release doc (#2016)
    
    ## Which issue does this PR close?
    
    - Closes #.
    
    ## What changes are included in this PR?
    Just a nit, I like to split up the make command so i can rerun it later
    
    Before:
    <img width="751" height="148" alt="Screenshot 2026-01-12 at 9 36 24 AM"
    
src="https://github.com/user-attachments/assets/392fd55c-2a7a-4b57-9eb5-e5b32e04f6bd";
    />
    
    After:
    <img width="742" height="181" alt="Screenshot 2026-01-12 at 9 36 49 AM"
    
src="https://github.com/user-attachments/assets/b6413d7e-72cd-47a2-bc2c-972ec4bd7b36";
    />
    
    ## Are these changes tested?
---
 website/src/release.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/website/src/release.md b/website/src/release.md
index f3a5798a2..aec5b3da2 100644
--- a/website/src/release.md
+++ b/website/src/release.md
@@ -337,6 +337,9 @@ After downloading them, here are the instructions on how to 
verify them.
   ```bash
   tar -xzf apache-iceberg-rust-*.tar.gz
   cd apache-iceberg-rust-*/
+  ```
+  
+  ```bash
   make build && make test
   ```
 * Verify license headers: 

Reply via email to