The description needs to be a string. We accidentally made it a tuple.
pull/600/head
Aki Sasaki 4 years ago committed by GitHub
parent 13a35f954f
commit fbfcc44d05

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

Loading…
Cancel
Save