Skip to content

Commit bc82ca9

Browse files
committed
Update script
1 parent 26be42b commit bc82ca9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

infra/scripts/prepare_release_msg.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
88

99
GITLOG=$(git log "...$LATESTVERSION" --oneline)
1010

11-
echo "$CURRENTVERSION - [Summary]"
12-
echo ""
13-
echo "[Description]"
14-
echo ""
15-
1611
ADDED=$(echo "$GITLOG" | grep -E "\[(feat|test)\]" | sed 's/^/- /')
1712
if [ -n "$ADDED" ]
1813
then

0 commit comments

Comments
 (0)