-
-
Notifications
You must be signed in to change notification settings - Fork 98
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: add support for tags field on Server model #565
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@fmvilas @magicmatatjahu @jonaslagoni @derberg a last review so we can include this into 2.5 finally? |
fc8124d
to
b002f2b
Compare
@derberg would you mind doing a review of this so we can include it in 2.5? Thanks! |
@smoya can you please incorporate latest @asyncapi/spec pre-release into your PR? THanks! |
Kudos, SonarCloud Quality Gate passed! |
Looking good. Incorporating this into 2.5.0 release. Thanks @smoya! Merging. |
/rtm |
🎉 This PR is included in version 1.17.0-next-spec.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This PR adds support for Tags on Server model. They can be used for providing metadata, including the environment such as
production
,development
, etc.Related issue(s)
asyncapi/spec#654