From 248675e12929bb9b55eff78e9f5ea1a0844a083d Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 18 Dec 2023 17:45:58 +0100 Subject: [PATCH] chore(release): cut the v1.2.0 release --- README.md | 30 +++++++++++++++--------------- action.yml | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 3f3341b..51ab347 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,25 @@ # ApiDOM Validator GitHub Action -This GitHub Action validates [OpenAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions) -3.x.y / [AsyncAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions) 2.x definition file -using [ApiDOM Language Service](https://github.com/swagger-api/apidom). +This GitHub Action validates [OpenAPI 2.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md), [OpenAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions) +3.x.y and [AsyncAPI](https://github.com/OAI/OpenAPI-Specification/tree/main/versions) 2.x definition file using [ApiDOM Language Service](https://github.com/swagger-api/apidom). Validation rules are exactly the same as the one that https://editor-next.swagger.io/ uses. **Supported specifications:** -- OpenAPI 3.0.0 -- OpenAPI 3.0.1 -- OpenAPI 3.0.2 -- OpenAPI 3.0.3 -- OpenAPI 3.1.0 -- AsyncAPI 2.0.0 -- AsyncAPI 2.1.0 -- AsyncAPI 2.2.0 -- AsyncAPI 2.3.0 -- AsyncAPI 2.4.0 -- AsyncAPI 2.5.0 -- AsyncAPI 2.6.0 +- [OpenAPI 2.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md) +- [OpenAPI 3.0.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md) +- [OpenAPI 3.0.1](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.1.md) +- [OpenAPI 3.0.2](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.2.md) +- [OpenAPI 3.0.3](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md) +- [OpenAPI 3.1.0](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md) +- [AsyncAPI 2.0.0](https://v2.asyncapi.com/docs/reference/specification/v2.0.0) +- [AsyncAPI 2.1.0](https://v2.asyncapi.com/docs/reference/specification/v2.1.0) +- [AsyncAPI 2.2.0](https://v2.asyncapi.com/docs/reference/specification/v2.2.0) +- [AsyncAPI 2.3.0](https://v2.asyncapi.com/docs/reference/specification/v2.3.0) +- [AsyncAPI 2.4.0](https://v2.asyncapi.com/docs/reference/specification/v2.4.0) +- [AsyncAPI 2.5.0](https://v2.asyncapi.com/docs/reference/specification/v2.5.0) +- [AsyncAPI 2.6.0](https://v2.asyncapi.com/docs/reference/specification/v2.6.0) ## Inputs diff --git a/action.yml b/action.yml index 1c246dc..96239d5 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ name: ApiDOM Validator -description: This GitHub Action validates OpenAPI 3.x.y / AsyncAPI 2.x definition file using ApiDOM Language Service. +description: This GitHub Action validates OpenAPI 2.0, OpenAPI 3.x.y and AsyncAPI 2.x definition file using ApiDOM Language Service. inputs: definition-file: description: Path to definition file