-
-
Notifications
You must be signed in to change notification settings - Fork 168
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: added changeset configuration #1586
Conversation
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
@akshatnema before merging could you change the contibuting.md to add changeset to be added for releases |
Development.md
Outdated
|
||
```markdown | ||
--- | ||
"@asyncapi/generator": minor |
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.
Could you change it to CLI as it could be easily confused?
Development.md
Outdated
|
||
Before: | ||
```json | ||
"name": "@asyncapi/generator", |
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.
Here also
Development.md
Outdated
|
||
After: | ||
```json | ||
"name": "@asyncapi/generator", |
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.
Here as well.
Quality Gate passedIssues Measures |
/rtm |
@Souvikns FYI we are shifting to changeset style of releases now. Discussion Thread: https://asyncapi.slack.com/archives/C07JW8SJK47 |
🎉 This PR is included in version 2.12.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@asyncapi/bounty_team |
Description
This PR targets adding a changeset configuration for cli and gitHub action for cli.
Related issue(s)