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 59bc870 commit 0293501Copy full SHA for 0293501
dist-lib.sh
@@ -41,8 +41,8 @@
41
##---------------------------------------------------------------------------
42
43
function assembly-version {
44
- local RELEASE_PATTERN="^[0-9]+(\.[0-9]+){2}$"
45
- local NIGHTLY_PATTERN="^[0-9]+(\.[0-9]+){3}$"
+ local RELEASE_PATTERN="^[0-9]+(\.[0-9a-z]+){3}$"
+ local NIGHTLY_PATTERN="^[0-9]+(\.[0-9a-z]+){3}$"
46
if [[ $1 =~ $RELEASE_PATTERN ]] ; then
47
ASSEMBLY_VSN=$RABBIT_VSN.0
48
elif [[ $1 =~ $NIGHTLY_PATTERN ]] ; then
0 commit comments