Skip to content

Commit fb7f06c

Browse files
committed
[chore](infra): Refactor prepare release script
1 parent 90ca196 commit fb7f06c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/scripts/prepare_release_msg.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
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-
#git describe --tags --abbrev=0)
109
GITLOG=$(git log "$LATESTVERSION...HEAD" --oneline)
1110

1211
echo "$CURRENTVERSION - [Summary]"

0 commit comments

Comments
 (0)