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/05/21 14:18:40 UTC

[kyuubi-shaded] branch master updated: [KYUUBI-SHADED #15] Fix the release note link in mail template

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9daeb5  [KYUUBI-SHADED #15] Fix the release note link in mail template
e9daeb5 is described below

commit e9daeb5886aba3f0e914a6c4aa1bdfe4c8c64cfc
Author: Cheng Pan <ch...@apache.org>
AuthorDate: Sun May 21 22:18:31 2023 +0800

    [KYUUBI-SHADED #15] Fix the release note link in mail template
    
    ### _Why are the changes needed?_
    
    https://kyuubi.apache.org/shaded-release/0.1.0.html
    
    ### _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 #15 from pan3793/release.
    
    217292a [Cheng Pan] Fix the release note link in mail template
    
    Authored-by: Cheng Pan <ch...@apache.org>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 build/release/script/announce.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/release/script/announce.sh b/build/release/script/announce.sh
index ae39cc8..5f1c941 100755
--- a/build/release/script/announce.sh
+++ b/build/release/script/announce.sh
@@ -48,7 +48,7 @@ The Apache Kyuubi community is pleased to announce that
 Apache Kyuubi Shaded ${release_version} has been released!
 
 The full release notes are available at:
-Release Notes: https://kyuubi.apache.org/release/kyuubi-shaded-${release_version}.html
+Release Notes: https://kyuubi.apache.org/shaded-release/${release_version}.html
 
 To learn more about Apache Kyuubi, please see
 https://kyuubi.apache.org/