-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat!: merge next-major into master #15
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
actually the best for review would be @smoya also, @smoya can you please have a look at #20 please add this protobuf template to https://github.com/asyncapi/parser-js/blob/master/.github/workflows/bump.yml#L35 once this PR is merged. So only RC updates will come from bot from JS Parser. Now bot will bomb this project with automated bumps from any release, main or RC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀🌔
@GreenRover before you get approval from @nathanaelweber and merge, remember about adjusting PR title prefix to |
/rtm |
Too late, but two things to say here:
|
actually I do not see 2.0 was released |
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR merges
next-major
branch intomaster
.Warning
DO NOT SQUASH. USE REBASE OR MERGE
next-major
branch includes the rewrite to TypeScript and adapts to the new Parser-API interface.It is BC (see commits included with
feat!:
prefix).Related issue(s)
asyncapi/parser-js#481