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 fb7f06c commit 60d9e94Copy full SHA for 60d9e94
infra/scripts/prepare_release_msg.sh
@@ -6,8 +6,10 @@
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)
-
12
+set +xv
13
echo "$CURRENTVERSION - [Summary]"
14
echo ""
15
echo "[Description]"
0 commit comments