Merge branch '2.0.x'

This commit is contained in:
Madhura Bhave 2018-11-13 17:07:29 -08:00
commit 8cdfb6c70b
1 changed files with 1 additions and 1 deletions

View File

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