Skip to content

Commit 3a71012

Browse files
committed
Fix publish release notes script
See gh-14857
1 parent 54966be commit 3a71012

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/scripts/publish-release-notes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e
44
source $(dirname $0)/common.sh
55

66
version=$( cat version/version )
7+
milestone=$( echo $version )
78
if [[ $RELEASE_TYPE = "RELEASE" ]]; then
89
milestone=${version%.RELEASE}
910
fi

0 commit comments

Comments
 (0)