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 brew formula release #19

Open
1 task
tuler opened this issue May 8, 2024 · 0 comments
Open
1 task

Automate brew formula release #19

tuler opened this issue May 8, 2024 · 0 comments

Comments

@tuler
Copy link
Member

tuler commented May 8, 2024

📚 Context

The brew formula references the npm package deployed to npmjs and also has the sha256 hash of the package.

The update of the brew formula should be automatically update upon release of a new npm package.

✔️ Solution

I think ideally there could be a PR opened by a bot in the homebrew tap repository when a new npm package is detected.
I don't know how to implement this without creating a build dependency from the npm package to the brew package, because I believe the dependency should be the opposite only.

We need to do some research and discuss.

📈 Subtasks

🎯 Definition of Done

  • brew formula updated on new CLI version, available to the user as brew upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant