Publish release notes after artifacts have been promoted

Closes gh-14604
This commit is contained in:
Madhura Bhave
2018-10-05 11:39:48 -07:00
parent febaf15b61
commit cdc6cfcaa8
6 changed files with 34 additions and 33 deletions

View File

@@ -66,3 +66,4 @@ fi
echo "Promotion complete"
echo $version > version/version

View File

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

View File

@@ -51,4 +51,3 @@ fi;
echo "DONE"
popd > /dev/null
echo $stageVersion > version/stageVersion