Remove unnecessary echo in release notes script

Closes gh-15169
pull/16246/head
Johnny Lim 6 years ago committed by Madhura Bhave
parent acf046ba27
commit 7eb93a0126

@ -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

Loading…
Cancel
Save