-
Notifications
You must be signed in to change notification settings - Fork 351
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
docs(readme): update plugin reference #820
Conversation
@@ -110,7 +110,7 @@ You can also use the official plugin published to the Buf Registry. | |||
```yaml | |||
version: v1 | |||
plugins: | |||
- remote: buf.build/stephenh/plugins/ts-proto | |||
- plugin: buf.build/community/stephenh-ts-proto |
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.
Newer versions of the buf
CLI will use the plugin
key for both local and remote plugins.
I can also remove the old |
Ah great! Thanks for the PR @mfridman ! I'm just scanning it while in between things, but really appreciate the update.
Yeah, that'd be great, thanks! |
Updated. The nice thing is you don't have to worry about the ceremony around packaging, testing, and deploying the plugin to buf.build. It's all automated from our side for popular community plugins via github.com/bufbuild/plugins. Let us know if you have any questions or concerns. More than happy to help! 😄 |
Erm, shoot... Sorry @mfridman , I was moving too quickly and am now 2nd guessing myself; can we keep the |
Sweet, thanks @mfridman ! |
🎉 This PR is included in version 1.147.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Hey there, I dropped a comment earlier but figured I'd also update the README to point at the updated plugin. The source of this plugin is in this repository:
https://github.com/bufbuild/plugins
And published on buf.build on the plugin page: community/stephenh-ts-proto