Skip to content

Commit c6902d1

Browse files
committed
Update script
1 parent 2ea48bb commit c6902d1

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 "$LATESTVERSION...$CURRENTVERSION" --oneline)
1010

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

0 commit comments

Comments
 (0)