From b54ee7dfaa6f1105fbfaa5824726afac9e82dac9 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Tue, 11 Apr 2023 14:32:53 +0800 Subject: [PATCH 1/2] feat(release): trigger a release --- apps/generator-cli/src/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/generator-cli/src/README.md b/apps/generator-cli/src/README.md index 34d0fabc5..8b4fac05b 100644 --- a/apps/generator-cli/src/README.md +++ b/apps/generator-cli/src/README.md @@ -241,3 +241,4 @@ yarn add @openapitools/openapi-generator-cli@1.0.18-4.3.1 Please leave a star. + From dfdf838cdebbfbce578dd8f09d9b71ab7ddc1ab7 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Fri, 21 Apr 2023 11:25:20 +0800 Subject: [PATCH 2/2] Update README.md with sponsroship info --- apps/generator-cli/src/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/generator-cli/src/README.md b/apps/generator-cli/src/README.md index 8b4fac05b..f72f35bb7 100644 --- a/apps/generator-cli/src/README.md +++ b/apps/generator-cli/src/README.md @@ -12,6 +12,8 @@ configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supporte The OpenAPI Generator is a Java project. `openapi-generator-cli` will download the approprate JAR file and invoke the `java` executable to run the OpenAPI Generator. You must have the `java` binary executable available on your `PATH` for this to work. +If you find this tool useful, please consider sponsoring this project financially via https://opencollective.com/openapi_generator or directly to [Kay Schecker](https://github.com/sponsors/kay-schecker) (the author of this tool) :pray: + --- ## Version 2.x.x