We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26be42b commit bc82ca9Copy full SHA for bc82ca9
infra/scripts/prepare_release_msg.sh
@@ -8,11 +8,6 @@ LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
8
9
GITLOG=$(git log "...$LATESTVERSION" --oneline)
10
11
-echo "$CURRENTVERSION - [Summary]"
12
-echo ""
13
-echo "[Description]"
14
15
-
16
ADDED=$(echo "$GITLOG" | grep -E "\[(feat|test)\]" | sed 's/^/- /')
17
if [ -n "$ADDED" ]
18
then
0 commit comments