Skip to content

Commit 2ea48bb

Browse files
committed
Update script
1 parent 6bfad68 commit 2ea48bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/prepare_release_msg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
#
33
# Generate current release message based on active develop branch name
4-
4+
set -xv
55
CURRENTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f1)
66

77
LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)

0 commit comments

Comments
 (0)