You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
📚 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 upgrade
The text was updated successfully, but these errors were encountered: