Skip to content

Commit fb0ef85

Browse files
committed
[chore](prepare release): Get release msg
1 parent 7aec627 commit fb0ef85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infra/scripts/prepare_release_msg.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
set -xv
66

77
CURRENTVERSION=$(cat $(dirname $0)/../../docs/VERSION.md)
8-
LATESTVERSION=$(git describe --tags --abbrev=0)
8+
LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
9+
#git describe --tags --abbrev=0)
910
GITLOG=$(git log "$LATESTVERSION...HEAD" --oneline)
1011

1112
echo "$CURRENTVERSION - [Summary]"

0 commit comments

Comments
 (0)