-
Notifications
You must be signed in to change notification settings - Fork 45
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 homebrew updates #84
Comments
Can we use GHA to automate this? Or it is mandatory to use CircleCI. An example how we can automate all the process https://github.com/Swatto/td/blob/b20b1600cfe7d76c34b43c8be206536426b0f228/.github/workflows/publish.yml |
@Moser-ss I'm leaning toward using CircleCI if possible to be consistent with other CI at Clever, but we can keep this Github action in mind if that doesn't work. |
@nathanleiby My intention to suggest GHA is to allow the contributors to check if the CI pipelines are passing when they submit some PRs |
Public visibility into the CI output for our open-source projects would be nice 👍 I'm not yet sure when we'll be able to make that change, but I agree with the direction. |
The version in homebrew is currently updated adhoc by others.
Perhaps we can automate these updates via CI, or at minimum document how to update the brew formula in our "releasing" docs.
Homebrew/homebrew-core#77350
p.s. @Moser-ss thanks for making a PR to update the version in Homebrew!
The text was updated successfully, but these errors were encountered: