1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

Allow + as version separator in manifest.toml schema

This commit is contained in:
Félix Piédallu 2024-01-23 16:19:57 +01:00
parent 89c68a958c
commit 0042d3cf39

View file

@ -85,7 +85,7 @@
"version": { "version": {
"description": "App and package version", "description": "App and package version",
"type": "string", "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"}, "description": {"$ref": "#/$defs/translated_string"},
"maintainers": { "maintainers": {