event-catalog / generator-asyncapi

AsyncAPI generator for EventCatalog
https://www.eventcatalog.dev/docs/development/integrations/async-api/intro
Other
8 stars 3 forks source link

Fix/27 invalid test files #34

Closed IsmaelMartinez closed 5 days ago

IsmaelMartinez commented 5 days ago

Motivation

Renaming the asyncapi.yml files that have a name that don't include asyncapi.yml suffix.

This seems to be the standard extension extensions and other libraries uses to auto detect the type of file.

changeset-bot[bot] commented 5 days ago

🦋 Changeset detected

Latest commit: 8c547879f16851232511d19fe1a02c6185851170

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | -------------------------------- | ----- | | @eventcatalog/generator-asyncapi | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

boyney123 commented 5 days ago

Thank you @IsmaelMartinez