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

Merge pull request #1971 from Salamandar/schemas

Allow + as version separator in manifest.toml schema
This commit is contained in:
Alexandre Aubin 2024-01-23 18:52:10 +01:00 committed by GitHub
commit 852ea432e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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": {