Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses-you committed Jun 9, 2022
1 parent b6154b5 commit 1a4090f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/release/generate_changelog.sh
Expand Up @@ -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
2 changes: 1 addition & 1 deletion 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)
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog/v1.5.2-incubating.md
@@ -1,4 +1,4 @@
## Changelog for Apache Incubating Kyuubi v1.5.2-incubating
## Changelog for Apache Kyuubi(Incubating) v1.5.2-incubating
- [[KYUUBI #2746][INFRA][1.5] Improve NOTICE of binary release](https://github.com/apache/incubator-kyuubi/commit/35a4c488)
- [[KYUUBI-2422] Wrap close session with try-finally (#2836)](https://github.com/apache/incubator-kyuubi/commit/cbca761a)
- [[KYUUBI #2227] Fix operation log dir not deleted issue](https://github.com/apache/incubator-kyuubi/commit/27bfa683)
Expand Down

0 comments on commit 1a4090f

Please sign in to comment.