You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ul...@apache.org on 2022/06/09 07:29:34 UTC

[incubator-kyuubi] 01/01: Fix changelog nit

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

ulyssesyou pushed a commit to branch branch-1.5
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git

commit 62b51aa33354d11667ecffa9f665bfa38ab055c7
Author: ulysses-you <ul...@apache.org>
AuthorDate: Thu Jun 9 15:29:06 2022 +0800

    Fix changelog nit
---
 build/release/generate_changelog.sh | 2 +-
 docs/changelog/v1.5.1-incubating.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/release/generate_changelog.sh b/build/release/generate_changelog.sh
index efc454da4..cda4179be 100755
--- a/build/release/generate_changelog.sh
+++ b/build/release/generate_changelog.sh
@@ -49,6 +49,6 @@ if [ "${LAST_RELEASE_TAG}" = "-h" ]; then
 fi
 
 ## Add title for changelog doc.
-echo "## Changelog for Apache Incubating Kyuubi $RELEASE_VERSION  " > $CHANGELOG_PATH
+echo "## Changelog for Apache Kyuubi(Incubating) $RELEASE_VERSION  " > $CHANGELOG_PATH
 ## Append well-formatted git log to changelog file.
 git log --pretty="- [%s]($KYUUBI_GITHUB_COMMIT_URL%h)  " $LAST_RELEASE_TAG..$CURRENT_RELEASE_TAG | grep -v "\[RELEASE\]" >> $CHANGELOG_PATH
\ No newline at end of file
diff --git a/docs/changelog/v1.5.1-incubating.md b/docs/changelog/v1.5.1-incubating.md
index c6c048f38..8544151e3 100644
--- a/docs/changelog/v1.5.1-incubating.md
+++ b/docs/changelog/v1.5.1-incubating.md
@@ -1,4 +1,4 @@
-## Changelog for Apache Incubating Kyuubi v1.5.1-incubating  
+## Changelog for Apache Kyuubi(Incubating) v1.5.1-incubating
 - [[KYUUBI #2354] Fix NPE in process builder log capture thread](https://github.com/apache/incubator-kyuubi/commit/5e76334)  
 - [[KYUUBI #2296] Fix operation log file handler leak](https://github.com/apache/incubator-kyuubi/commit/809ea2a)  
 - [[KYUUBI #2266] The default value of frontend.connection.url.use.hostname should be set to true to be consistent with previous versions](https://github.com/apache/incubator-kyuubi/commit/d3e25f0)