From 3a7101233f9da626dd8593a362d5cc379105b0dc Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Tue, 16 Oct 2018 14:22:48 -0700 Subject: [PATCH] Fix publish release notes script See gh-14857 --- ci/scripts/publish-release-notes.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/publish-release-notes.sh b/ci/scripts/publish-release-notes.sh index 55ba9e0e00..6bd177bbfd 100755 --- a/ci/scripts/publish-release-notes.sh +++ b/ci/scripts/publish-release-notes.sh @@ -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