Skip to content

Commit f621b56

Browse files
committed
update script
1 parent 9e005ba commit f621b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/prepare_release_msg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -xv
77
CURRENTVERSION=$(cat $(dirname $0)/../../docs/VERSION.md)
88
LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
99

10-
git describe --abbrev=0
10+
git log
1111
GITLOG=$(git log "...$LATESTVERSION" --oneline)
1212
set +xv
1313
echo "$CURRENTVERSION - [Summary]"

0 commit comments

Comments
 (0)