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

hongze pushed a commit to branch zhztheplayer-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git

commit 9b113fffa8dabecff5d5f105e34e41eae98cabbb
Author: Hongze Zhang <[email protected]>
AuthorDate: Tue Feb 24 12:12:30 2026 +0000

    Fix typos in HowToRelease.md
---
 docs/developers/HowToRelease.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/developers/HowToRelease.md b/docs/developers/HowToRelease.md
index 30cf932231..fda94d5aff 100644
--- a/docs/developers/HowToRelease.md
+++ b/docs/developers/HowToRelease.md
@@ -55,7 +55,7 @@ bash dev/release/build-release.sh
 ```bash
 cd /workspace
 mkdir -p release
-copy -R package/target/* release/
+cp -R package/target/* release/
 ```
 
 ### Package the release sources and binaries
@@ -124,7 +124,7 @@ All projects under the Apache umbrella must adhere to the 
[Apache Release Policy
 3. Sign the release artifacts with the GPG key.
 
 ```bash
-# create a GPG key, after executing this command, select the first one RSA 和 
RSA
+# create a GPG key, after executing this command, select "RSA and RSA"
 $ gpg --full-generate-key
 
 # list the GPG keys


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to