From b1fd20dc80ce4082bc18a31db060b0b8aec48b72 Mon Sep 17 00:00:00 2001 From: Andrew Hoglund Date: Tue, 2 Nov 2021 10:00:11 -0500 Subject: [PATCH] Update README.md to change from beta to stable release. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 171db724c1..c3f0c6f429 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ From the [OpenAPI Specification](https://github.com/OAI/OpenAPI-Specification): ## Project Status -This project is currently in **BETA**. We expect this description to be accurate but it is in **active development**. If you've identified a mismatch between GitHub API's behavior and these descriptions, [please open an issue.](https://github.com/github/rest-api-description/issues/new?template=schema-inaccuracy.md) +As of the 1.1.4 release, this description is considered **stable** and generally available. + +The 1.1.4 release is the final release that is OpenAPI 3.0.x compatible. Any additional features and fixes will only be available in our 2.0.x release and above. ## Description Formats @@ -34,6 +36,8 @@ We use various vendor extensions for concepts that are harder to express with Op Because this description is used across GitHub's whole API development experience, we don't currently accept pull requests that directly modify the description. This repository is automatically kept up to date with the description used to validate GitHub API requests as well as powering contract tests. See [CONTRIBUTING.md](CONTRIBUTING.md) for more details. +If you've identified a mismatch between GitHub API's behavior and these descriptions, or found an issue with the format of a schema, [please open an issue.](https://github.com/github/rest-api-description/issues/new?template=schema-inaccuracy.md) + ## License github/rest-api-description is licensed under the [MIT license](LICENSE.md)