Browse Source

Fix publish release notes script

See gh-14857
pull/14914/head
Madhura Bhave 7 years ago
parent
commit
3a7101233f
  1. 1
      ci/scripts/publish-release-notes.sh

1
ci/scripts/publish-release-notes.sh

@ -4,6 +4,7 @@ set -e @@ -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

Loading…
Cancel
Save