From dcf0ce6dcf23f3863f805e8039deda3ab66664c8 Mon Sep 17 00:00:00 2001 From: sychen Date: Thu, 17 Nov 2022 15:54:30 +0800 Subject: [PATCH] [KYUUBI #3816] Fix release document typo ### _Why are the changes needed?_ ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #3816 from cxzl25/release_typo. Closes #3816 614d60fe [sychen] typo Authored-by: sychen Signed-off-by: Shaoyun Chen --- build/release/script/general_incubator_vote.sh | 2 +- docs/community/release.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/release/script/general_incubator_vote.sh b/build/release/script/general_incubator_vote.sh index b00b2b154..f02be93ff 100644 --- a/build/release/script/general_incubator_vote.sh +++ b/build/release/script/general_incubator_vote.sh @@ -132,6 +132,6 @@ Thanks, On behalf of Apache Kyuubi(Incubating) community EOF -echo "please use general@incubator.apache.com +echo "please use general@incubator.apache.org see vote content in $GENERAL_VOTE please check all the links and ensure they are available" diff --git a/docs/community/release.md b/docs/community/release.md index 29d1805d5..d24530715 100644 --- a/docs/community/release.md +++ b/docs/community/release.md @@ -276,7 +276,7 @@ The [kyuubi status website](https://incubator.apache.org/projects/kyuubi.html) w ### Create an Announcement Once everything is working, create an announcement on the website and then send an e-mail to the mailing list. -You can generate the announcement via `buld/release/script/announce.sh` automatically. +You can generate the announcement via `build/release/script/announce.sh` automatically. The mailing list includes: `general@incubator.apache.org`, `announce@apache.org`, `dev@kyuubi.apache.org`, `user@spark.apache.org`. Note that, you must use the apache.org email to send announce to `announce@apache.org`.