mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-09 19:10:42 +00:00
fix relpro schema (#16932)
The description needs to be a string. We accidentally made it a tuple.
This commit is contained in:
parent
0ed5ba68c6
commit
a9ece01a7b
@ -92,9 +92,7 @@ def is_release_promotion_available(parameters):
|
||||
},
|
||||
"next_version": {
|
||||
"type": "string",
|
||||
"description": (
|
||||
"Next version.",
|
||||
),
|
||||
"description": "Next version.",
|
||||
"default": "",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user