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