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 5aea74f commit 7aec627Copy full SHA for 7aec627
infra/scripts/prepare_release_msg.sh
@@ -5,7 +5,7 @@
5
set -xv
6
7
CURRENTVERSION=$(cat $(dirname $0)/../../docs/VERSION.md)
8
-LATESTVERSION=$(git describe --abbrev=0)
+LATESTVERSION=$(git describe --tags --abbrev=0)
9
GITLOG=$(git log "$LATESTVERSION...HEAD" --oneline)
10
11
echo "$CURRENTVERSION - [Summary]"
0 commit comments