yaooqinn commented on code in PR #2839:
URL: https://github.com/apache/incubator-kyuubi/pull/2839#discussion_r893349203
##########
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
+git log --pretty="[%s]($KYUUBI_GITHUB_COMMIT_URL%h)%n"
$LAST_RELEASE_TAG..$CURRENT_RELEASE_TAG | grep -v "\[RELEASE\]" >>
$CHANGELOG_PATH
Review Comment:
%n is also unnecessary
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]