Skip to content

Commit 56bbcd5

Browse files
committed
update script
1 parent 60d9e94 commit 56bbcd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

infra/scripts/prepare_release_msg.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
#
33
# Generate current release message based on active develop branch name
44

5-
#set -xv
5+
set -xv
66

77
CURRENTVERSION=$(cat $(dirname $0)/../../docs/VERSION.md)
88
LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
9-
set -xv
9+
1010
git describe --abbrev=0
11-
GITLOG=$(git log "$LATESTVERSION...HEAD" --oneline)
11+
GITLOG=$(git log "$LATESTVERSION..." --oneline)
1212
set +xv
1313
echo "$CURRENTVERSION - [Summary]"
1414
echo ""

0 commit comments

Comments
 (0)