You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update all the generated ghes-3.0.json (etc) OpenAPI files to include a "diff" key in "x-octokit": {}. The "diff" object is only present if there are any changes. All ghes-* versions other than the latest one should include a diff to the next GHES version, the rest should have a diff to github.com. Example:
generate ghes-3.1.diff-to-api.github.com.json files (etc) based on ghes-3.1.anicca-diff-to-api.github.com.deref.json and ghes-3.1.json
Remove all unchanged operations. Remove all orphaned components. Add operations that have been removed but with "responses": {} and "parameters": [], independent of the original specification. Set "description" to an explanation and set x-octokit.versions.removed to the current version. If "responses": {} is invalid, add a single 501 response (501 Not Implemented) with a useful "description": "..." property
use ghes-3.1.diff-to-api.github.com.json in @octokit-next/types-rest-api-ghes-3.1
use ghes-3.0.diff-to-api.github.com.json in @octokit-next/types-rest-api-ghes-3.0
The text was updated successfully, but these errors were encountered:
generate
@octokit-next/types-openapi
rename
@octokit-next/types-rest-api-github.com
to@octokit-next/types-rest-api
generate
@octokit-next/types-rest-api
generate diffs using xuorig/anicca: _diff files are now generated in octokit/openapi
generate
@octokit-next/types-openapi-ghes-3.1
and@octokit-next/types-openapi-ghes-3.0
generate
@octokit-next/types-rest-api-ghes-3.1
using@octokit-next/types-openapi-ghes-3.1
generate
@octokit-next/types-rest-api-ghes-3.0
using@octokit-next/types-openapi-ghes-3.0
rename
ghes-3.1.diff-to-api.github.com.deref.json
files toghes-3.1.anicca-diff-to-api.github.com.deref.json
, etc #29update all the generated
ghes-3.0.json
(etc) OpenAPI files to include a"diff"
key in"x-octokit": {}
. The"diff"
object is only present if there are any changes. Allghes-*
versions other than the latest one should include a diff to the next GHES version, the rest should have a diff togithub.com
. Example:generate
ghes-3.1.diff-to-api.github.com.json
files (etc) based onghes-3.1.anicca-diff-to-api.github.com.deref.json
andghes-3.1.json
Remove all unchanged operations. Remove all orphaned components. Add operations that have been removed but with
"responses": {}
and"parameters": []
, independent of the original specification. Set"description"
to an explanation and setx-octokit.versions.removed
to the current version. If"responses": {}
is invalid, add a single501
response (501 Not Implemented) with a useful"description": "..."
propertyuse
ghes-3.1.diff-to-api.github.com.json
in@octokit-next/types-rest-api-ghes-3.1
use
ghes-3.0.diff-to-api.github.com.json
in@octokit-next/types-rest-api-ghes-3.0
The text was updated successfully, but these errors were encountered: