Commit aae3d17c authored by Madhura Bhave's avatar Madhura Bhave

Merge branch '2.0.x'

parents 89b4d5e6 3a710123
...@@ -4,6 +4,7 @@ set -e ...@@ -4,6 +4,7 @@ set -e
source $(dirname $0)/common.sh source $(dirname $0)/common.sh
version=$( cat version/version ) version=$( cat version/version )
milestone=$( echo $version )
if [[ $RELEASE_TYPE = "RELEASE" ]]; then if [[ $RELEASE_TYPE = "RELEASE" ]]; then
milestone=${version%.RELEASE} milestone=${version%.RELEASE}
fi 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