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

regression on v6 on yaml output #237

Closed
sibelius opened this issue Jan 4, 2021 · 1 comment · Fixed by #238
Closed

regression on v6 on yaml output #237

sibelius opened this issue Jan 4, 2021 · 1 comment · Fixed by #238

Comments

@sibelius
Copy link
Collaborator

sibelius commented Jan 4, 2021

I've generate both .json and .yml files using swagger-jsdoc like this

json generation:
swagger-jsdoc -d ./swaggerConfig.js ./defs/**/*.yml -o api.json

yaml generation
swagger-jsdoc -d ./swaggerConfig.js ./defs/**/*.yml -o api.yml

it worked on v5, and it is outputting .json on api.yml on v6

@kalinchernev
Copy link
Contributor

Thank you @sibelius for reporting the regression! It's fixed in 6.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants