feat: add CLI v5 usage and expand generator compatibility for html-template#766
feat: add CLI v5 usage and expand generator compatibility for html-template#766asyncapi-bot merged 5 commits intoasyncapi:masterfrom
Conversation
There was a problem hiding this comment.
Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
There was a problem hiding this comment.
Pull request overview
This PR updates the html-template generator to support AsyncAPI Generator v3 (CLI v5) and adds documentation for using the updated template version. The changes enable broader compatibility while maintaining backward compatibility with Generator v2.
- Expanded generator version compatibility range to include v3.x.x
- Added documentation for using template v3.5 with AsyncAPI Generator v3 and CLI v5
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updated generator version compatibility from <3.0.0 to <4.0.0 to support AsyncAPI Generator v3 |
| README.md | Added usage instructions for template v3.5 with AsyncAPI Generator v3 and CLI v5 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
hey @derberg, |
|
@Varadraj75 please adjust PR, make sure you refer to version 3.5.0 and not 3.4.0 we need to release minor release, so change PR prefix to |
|
Hey @derberg, |
|
Please do not rush and be careful. When changes are made quickly and without sufficient care, you may save your own time, but you end up consuming the maintainer’s time instead. You did not update the references from 3.4 to 3.5 in all parts of your PR. |
|
|
Hi @derberg , |
|
@Varadraj75 remember, open source is not a race, it is a very, very long journey. Thanks for taking time to open this PR /rtm |
|
🎉 This PR is included in version 3.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |



Description
Related issue(s)
Resolves #765