Fix publish release notes script

See gh-14857
This commit is contained in:
Madhura Bhave 2018-10-16 14:22:48 -07:00
parent 54966bea6f
commit 3a7101233f
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set -e
source $(dirname $0)/common.sh
version=$( cat version/version )
milestone=$( echo $version )
if [[ $RELEASE_TYPE = "RELEASE" ]]; then
milestone=${version%.RELEASE}
fi