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 7ac97f7 commit 8c74a73Copy full SHA for 8c74a73
rcfg.sh
@@ -16,6 +16,8 @@
16
set -e
17
set -o pipefail
18
19
+export GPG_TTY=/dev/console
20
+
21
CURRENT_VERSION=$(grep -o '[0-9]*\.[0-9]*\.[0-9]*-SNAPSHOT' -m 1 pom.xml)
22
23
NUMBERS=($(echo $tag | grep -o -E '[0-9]+'))
0 commit comments