Skip to content

Commit e7cbb19

Browse files
Update OpenAPI Descriptions
1 parent 8f67ff2 commit e7cbb19

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

descriptions/api.github.com/api.github.com.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38648,6 +38648,11 @@
3864838648
"discussion_category_name": {
3864938649
"type": "string",
3865038650
"description": "If specified, a discussion of the specified category is created and linked to the release. The value must be a category that already exists in the repository. For more information, see \"[Managing categories for discussions in your repository](https://docs.github.com/discussions/managing-discussions-for-your-community/managing-categories-for-discussions-in-your-repository).\""
38651+
},
38652+
"generate_release_notes": {
38653+
"type": "boolean",
38654+
"description": "Whether to automatically generate the name and body for this release. If `name` is specified, the specified name will be used; otherwise, a name will be automatically generated. If `body` is specified, the body will be pre-pended to the automatically generated notes.",
38655+
"default": false
3865138656
}
3865238657
},
3865338658
"required": [
@@ -38660,7 +38665,8 @@
3866038665
"name": "v1.0.0",
3866138666
"body": "Description of the release",
3866238667
"draft": false,
38663-
"prerelease": false
38668+
"prerelease": false,
38669+
"generate_release_notes": false
3866438670
}
3866538671
}
3866638672
}

descriptions/api.github.com/api.github.com.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27234,6 +27234,14 @@ paths:
2723427234
is created and linked to the release. The value must be a category
2723527235
that already exists in the repository. For more information, see
2723627236
"[Managing categories for discussions in your repository](https://docs.github.com/discussions/managing-discussions-for-your-community/managing-categories-for-discussions-in-your-repository)."
27237+
generate_release_notes:
27238+
type: boolean
27239+
description: Whether to automatically generate the name and body
27240+
for this release. If `name` is specified, the specified name will
27241+
be used; otherwise, a name will be automatically generated. If
27242+
`body` is specified, the body will be pre-pended to the automatically
27243+
generated notes.
27244+
default: false
2723727245
required:
2723827246
- tag_name
2723927247
example:
@@ -27243,6 +27251,7 @@ paths:
2724327251
body: Description of the release
2724427252
draft: false
2724527253
prerelease: false
27254+
generate_release_notes: false
2724627255
responses:
2724727256
'201':
2724827257
description: Response

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326633,6 +326633,11 @@
326633326633
"discussion_category_name": {
326634326634
"type": "string",
326635326635
"description": "If specified, a discussion of the specified category is created and linked to the release. The value must be a category that already exists in the repository. For more information, see \"[Managing categories for discussions in your repository](https://docs.github.com/discussions/managing-discussions-for-your-community/managing-categories-for-discussions-in-your-repository).\""
326636+
},
326637+
"generate_release_notes": {
326638+
"type": "boolean",
326639+
"description": "Whether to automatically generate the name and body for this release. If `name` is specified, the specified name will be used; otherwise, a name will be automatically generated. If `body` is specified, the body will be pre-pended to the automatically generated notes.",
326640+
"default": false
326636326641
}
326637326642
},
326638326643
"required": [
@@ -326645,7 +326650,8 @@
326645326650
"name": "v1.0.0",
326646326651
"body": "Description of the release",
326647326652
"draft": false,
326648-
"prerelease": false
326653+
"prerelease": false,
326654+
"generate_release_notes": false
326649326655
}
326650326656
}
326651326657
}

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63557,6 +63557,14 @@ paths:
6355763557
is created and linked to the release. The value must be a category
6355863558
that already exists in the repository. For more information, see
6355963559
"[Managing categories for discussions in your repository](https://docs.github.com/discussions/managing-discussions-for-your-community/managing-categories-for-discussions-in-your-repository)."
63560+
generate_release_notes:
63561+
type: boolean
63562+
description: Whether to automatically generate the name and body
63563+
for this release. If `name` is specified, the specified name will
63564+
be used; otherwise, a name will be automatically generated. If
63565+
`body` is specified, the body will be pre-pended to the automatically
63566+
generated notes.
63567+
default: false
6356063568
required:
6356163569
- tag_name
6356263570
example:
@@ -63566,6 +63574,7 @@ paths:
6356663574
body: Description of the release
6356763575
draft: false
6356863576
prerelease: false
63577+
generate_release_notes: false
6356963578
responses:
6357063579
'201':
6357163580
description: Response

0 commit comments

Comments
 (0)