Skip to content

Commit 15b16fa

Browse files
committed
upate script
1 parent 0290030 commit 15b16fa

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
@@ -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 "$CURRENTVERSION...$LATESTVERSION" --oneline)
9+
GITLOG=$(git log "$CURRENTVERSION..$LATESTVERSION" --oneline)
1010

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

0 commit comments

Comments
 (0)