Allow + as version separator in manifest.toml schema
This commit is contained in:
parent
89c68a958c
commit
0042d3cf39
@ -85,7 +85,7 @@
|
||||
"version": {
|
||||
"description": "App and package version",
|
||||
"type": "string",
|
||||
"pattern": "^[0-9a-z]*([\\.-][0-9a-z]*)*~ynh[0-9]*$"
|
||||
"pattern": "^[0-9a-z]*([\\.+-][0-9a-z]*)*~ynh[0-9]*$"
|
||||
},
|
||||
"description": {"$ref": "#/$defs/translated_string"},
|
||||
"maintainers": {
|
||||
|
Loading…
Reference in New Issue
Block a user