From ae46cf1c64da04ecc7f92f897beeb272d018d094 Mon Sep 17 00:00:00 2001 From: Armando Belardo <11140328+armandobelardo@users.noreply.github.com> Date: Fri, 10 May 2024 04:22:46 -0400 Subject: [PATCH] :herb: upgrade CLI version and disable the usage of title field (#992) --- fern/apis/prod/generators.yml | 4 ++++ fern/fern.config.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/fern/apis/prod/generators.yml b/fern/apis/prod/generators.yml index 00eb8c641..829dd075e 100644 --- a/fern/apis/prod/generators.yml +++ b/fern/apis/prod/generators.yml @@ -1,3 +1,7 @@ +api: + path: ./openapi/openapi.yaml + settings: + use-title: false groups: publish: generators: diff --git a/fern/fern.config.json b/fern/fern.config.json index c726f28bf..1786377e3 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "superagent", - "version": "0.16.43" + "version": "0.25.0" } \ No newline at end of file