We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54966be commit 3a71012Copy full SHA for 3a71012
ci/scripts/publish-release-notes.sh
@@ -4,6 +4,7 @@ set -e
4
source $(dirname $0)/common.sh
5
6
version=$( cat version/version )
7
+milestone=$( echo $version )
8
if [[ $RELEASE_TYPE = "RELEASE" ]]; then
9
milestone=${version%.RELEASE}
10
fi
0 commit comments