#31983 Changed regexp (#38642) (#38999)

(cherry picked from commit 258e2cd91e)

Co-authored-by: leplan73 <sbouchex@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-09-08 11:48:18 -04:00
committed by GitHub
parent 99392d016f
commit 4ad607ecc9
@@ -301,7 +301,7 @@
"version": {
"type": "string",
"description": "Project version of this commit, e.g. `6.7.x`.",
"pattern": "^([0-9x]+\\.[0-9x]+\\.*[0-9x]*$|\\%VERSION\\%)"
"pattern": "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*$|\\%VERSION\\%)"
}
}
},