addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / body / title
Removed value: -"Body"
addedInput schema / properties / draft
Added value: +{
+ "default": false,
+ "type": "boolean"
+}
addedInput schema / properties / generate_release_notes
Added value: +{
+ "default": true,
+ "type": "boolean"
+}
addedInput schema / properties / make_latest
Added value: +{
+ "default": "true",
+ "enum": [
+ "true",
+ "false",
+ "legacy"
+ ],
+ "type": "string"
+}
addedInput schema / properties / prerelease
Added value: +{
+ "default": false,
+ "type": "boolean"
+}
removedInput schema / properties / release_name / title
Removed value: -"Release Name"
removedInput schema / properties / repo_name / title
Removed value: -"Repo Name"
removedInput schema / properties / repo_owner / title
Removed value: -"Repo Owner"
removedInput schema / properties / tag_name / title
Removed value: -"Tag Name"
removedInput schema / title
Removed value: -"create_releaseArguments"
addedOutput schema / additionalProperties
Added value: +true
removedOutput schema / properties
Removed value: -{
- "result": {
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
- }
-}
removedOutput schema / required
Removed value: -[
- "result"
-]
removedOutput schema / title
Removed value: -"create_releaseOutput"