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 7aec627 commit fb0ef85Copy full SHA for fb0ef85
1 file changed
infra/scripts/prepare_release_msg.sh
@@ -5,7 +5,8 @@
5
set -xv
6
7
CURRENTVERSION=$(cat $(dirname $0)/../../docs/VERSION.md)
8
-LATESTVERSION=$(git describe --tags --abbrev=0)
+LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
9
+#git describe --tags --abbrev=0)
10
GITLOG=$(git log "$LATESTVERSION...HEAD" --oneline)
11
12
echo "$CURRENTVERSION - [Summary]"
0 commit comments