Commit 3a710123 authored by Madhura Bhave's avatar Madhura Bhave

Fix publish release notes script

See gh-14857
parent 54966bea
......@@ -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
......
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