Skip to content

Commit 7eb93a0

Browse files
izeyembhave
authored andcommitted
Remove unnecessary echo in release notes script
Closes gh-15169
1 parent acf046b commit 7eb93a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/generate-release-notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source $(dirname $0)/common.sh
55

66
version=$( cat version/version )
77

8-
milestone=$( echo $version )
8+
milestone=${version}
99
if [[ $RELEASE_TYPE = "RELEASE" ]]; then
1010
milestone=${version%.RELEASE}
1111
fi

0 commit comments

Comments
 (0)