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 2f204d3 commit c72116bCopy full SHA for c72116b
dist-lib.sh
@@ -41,7 +41,7 @@
41
##---------------------------------------------------------------------------
42
43
function assembly-version {
44
- local RELEASE_PATTERN="^[0-9]+(\.[0-9]+){2,3}$"
+ local RELEASE_PATTERN="^[0-9]+(\.[0-9a-z]+){2,3}$"
45
local NIGHTLY_PATTERN="^[0-9]+(\.[0-9]+){2,3}$"
46
if [[ $1 =~ $RELEASE_PATTERN ]] ; then
47
# AssemblyVersion cannot contain arbitrary strings
0 commit comments