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 6bfad68 commit 2ea48bbCopy full SHA for 2ea48bb
infra/scripts/prepare_release_msg.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
#
3
# Generate current release message based on active develop branch name
4
-
+set -xv
5
CURRENTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f1)
6
7
LATESTVERSION=$(git tag | sort -r | tr '\n' ' ' | cut -d" " -f2)
0 commit comments