You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2023/03/24 06:54:34 UTC

[kyuubi] branch branch-1.7 updated: [KYUUBI #4593] [DOCS] Keep promote the release step update-to-date

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

chengpan pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/kyuubi.git


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new 2230a8673 [KYUUBI #4593] [DOCS] Keep promote the release step update-to-date
2230a8673 is described below

commit 2230a867330259bc04b0daa47099726a343f41ca
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Fri Mar 24 14:53:53 2023 +0800

    [KYUUBI #4593] [DOCS] Keep promote the release step update-to-date
    
    ### _Why are the changes needed?_
    
    Kyuubi website dropped the old way for update docs, we should update the docs to keep it reflect this change.
    
    Ref: https://github.com/apache/kyuubi-website/commit/cbc7df12097b5485511937cdcd47f0ad73f01857#diff-87c53e762995c279bfb9cba355186bc80fdf748d4cd29b3898d06368d7eeb99fR340
    
    ### _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
    
    - [ ] [Run test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #4593 from pan3793/doc.
    
    Closes #4593
    
    0dfcd47e4 [Cheng Pan] [DOCS] Keep promote the release step update-to-date
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
    (cherry picked from commit e21ec213c5248c3372b3e79d3b55a511e700d8cb)
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 docs/community/release.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/community/release.md b/docs/community/release.md
index 163c575ff..8252669c0 100644
--- a/docs/community/release.md
+++ b/docs/community/release.md
@@ -275,8 +275,7 @@ Fork and clone [Apache Kyuubi website](https://github.com/apache/kyuubi-website)
 
 1. Add a new markdown file in `src/zh/news/`, `src/en/news/`
 2. Add a new markdown file in `src/zh/release/`, `src/en/release/`
-3. Follow [Build Document](../develop_tools/build_document.md) to build documents, then copy `apache/kyuubi`'s
-   folder `docs/_build/html` to `apache/kyuubi-website`'s folder `content/docs/r{RELEASE_VERSION}`
+3. Update `releases` defined in `hugo.toml`'s `[params]` part.
 
 ### Create an Announcement