fix relpro schema (#16932)

The description needs to be a string. We accidentally made it a tuple.
upstream-sync
Aki Sasaki 4 years ago committed by GitHub
parent 0ed5ba68c6
commit a9ece01a7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,9 +92,7 @@ def is_release_promotion_available(parameters):
}, },
"next_version": { "next_version": {
"type": "string", "type": "string",
"description": ( "description": "Next version.",
"Next version.",
),
"default": "", "default": "",
}, },
}, },

Loading…
Cancel
Save