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 60d9e94 commit 56bbcd5Copy full SHA for 56bbcd5
infra/scripts/prepare_release_msg.sh
@@ -2,13 +2,13 @@
2
#
3
# Generate current release message based on active develop branch name
4
5
-#set -xv
+set -xv
6
7
CURRENTVERSION=$(cat $(dirname $0)/../../docs/VERSION.md)
8
LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
9
-set -xv
+
10
git describe --abbrev=0
11
-GITLOG=$(git log "$LATESTVERSION...HEAD" --oneline)
+GITLOG=$(git log "$LATESTVERSION..." --oneline)
12
set +xv
13
echo "$CURRENTVERSION - [Summary]"
14
echo ""
0 commit comments