Commit 56a2f1e
committed
build: update release version string acceptance test
The accepted release version strings are
Official releases:
major.minor[.patch] e.g. 3.0, 3.0.1
Release Candidates:
major.minor[.patch]-rc.* e.g. 3.0-rc.1, 3.0.1-rc.1
Development versions:
alpha: major.minor[.patch]-a.* e.g. 3.0-a.1, 3.0.1-a.1
beta: major.minor[.patch]-b.* e.g. 3.0-b.1, 3.0.1-b.1
Update the regex accordingly.
Signed-off-by: Daniel Wagner <[email protected]>1 parent 3dbc82d commit 56a2f1e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments