Skip to content

Commit 523828b

Browse files
committed
update script
1 parent aa251df commit 523828b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/scripts/prepare_release_msg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CURRENTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f1)
66

77
LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
88

9-
GITLOG=$(git log "$LATESTVERSION.." --oneline)
9+
GITLOG=$(git log "$CURRENTVERSION.." --oneline)
1010

1111
ADDED=$(echo "$GITLOG" | grep -E "\[(feat|test)\]" | sed 's/^/- /')
1212
if [ -n "$ADDED" ]

0 commit comments

Comments
 (0)