Skip to content
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

Automate updates #9

Open
StevenACoffman opened this issue Jan 19, 2025 · 1 comment · May be fixed by #10
Open

Automate updates #9

StevenACoffman opened this issue Jan 19, 2025 · 1 comment · May be fixed by #10

Comments

@StevenACoffman
Copy link

Hey, thanks for sharing this! I have gotten a lot of great use out of this, but I would like to automate updating it when a new version of protoc comes out.

I can use a scheduled GitHub action to get the latest protoc release with:

gh release list --repo protocolbuffers/protobuf --limit 1 --json tagName,isLatest --jq '.[] | select(.isLatest)|.tagName' | cat
# output: v29.3

Is there interest in that? Or do you wish to manually update protoc and the plugins?

@StevenACoffman StevenACoffman linked a pull request Jan 21, 2025 that will close this issue
@ealves-pt
Copy link
Member

Hey @StevenACoffman completely missed this thread. I was not expecting this to be in use by anyone besides me 😅.

I just released a revised version with a bunch of updates and I could have used your PR.

If you want to update your PR I will happily merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants