Commit d47aaf29 authored by Madhura Bhave's avatar Madhura Bhave

Merge pull request #15169 from izeye

* gh-15169:
  Remove unnecessary echo in release notes script
parents acf046ba 7eb93a01
......@@ -5,7 +5,7 @@ source $(dirname $0)/common.sh
version=$( cat version/version )
milestone=$( echo $version )
milestone=${version}
if [[ $RELEASE_TYPE = "RELEASE" ]]; then
milestone=${version%.RELEASE}
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment