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 491bb03 commit 5aea74fCopy full SHA for 5aea74f
infra/scripts/prepare_release_msg.sh
@@ -2,6 +2,8 @@
2
#
3
# Generate current release message based on active develop branch name
4
5
+set -xv
6
+
7
CURRENTVERSION=$(cat $(dirname $0)/../../docs/VERSION.md)
8
LATESTVERSION=$(git describe --abbrev=0)
9
GITLOG=$(git log "$LATESTVERSION...HEAD" --oneline)
0 commit comments