Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug: Unable to use {service-name} interpolation for filenames with openapi3-emitter when only one service is defined #6182

Merged
merged 12 commits into from
Mar 3, 2025
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
albertxavier100 committed Feb 28, 2025
commit c35ca5e3c3846a9e1218789b389bdfeb1df1db2d
1 change: 1 addition & 0 deletions packages/openapi3/README.md
Original file line number Diff line number Diff line change
@@ -49,6 +49,7 @@ Name of the output file.
Output file will interpolate the following values:

- service-name: Name of the service if multiple
- service-name-if-multiple: Name of the service if multiple
- version: Version of the service if multiple

Default: `{service-name}.{version}.openapi.yaml` or `.json` if `file-type` is `"json"`
Loading
Oops, something went wrong.