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 90ca196 commit fb7f06cCopy full SHA for fb7f06c
infra/scripts/prepare_release_msg.sh
@@ -2,11 +2,10 @@
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
-#git describe --tags --abbrev=0)
10
GITLOG=$(git log "$LATESTVERSION...HEAD" --oneline)
11
12
echo "$CURRENTVERSION - [Summary]"
0 commit comments