-
-
Notifications
You must be signed in to change notification settings - Fork 99
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: release first beta version #134
feat: release first beta version #134
Conversation
package.json
Outdated
@@ -1,7 +1,30 @@ | |||
{ | |||
"name": "@asyncapi/studio", | |||
"version": "0.1.0", |
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.
The only thing I need to know is whether to specify 0.0.1 or 0.1.0 before first publishing. @derberg Do you remember?
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.
I'd say it's 0.1.0 but not sure if semantic-release has a problem with this.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Let's hope it works 🤞🏼 There are always problems with the first versions 😅 |
🎉 This PR is included in version 0.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
waaaahooooo! 🚀 Nice! |
Description
semantic-relase
Related issue(s)
See #80