fnproject/cli

automate homebrew releases

carimura opened this issue · 7 comments

we're 30 days behind right now. not good.

also brew update might be needed in docs

in docs, tutorials and CLI README as well.
cc @michael-w-williams

and we're back. turns out there is no automation still.. see here for how we could do this:

https://github.com/yarnpkg/yarn/blob/a67d02f2e3d2996fda439f1ba0f0d25e4fa33d9d/scripts/update-homebrew.sh#L38-L45

https://github.com/Linuxbrew/brew/blob/master/docs/How-To-Open-a-Homebrew-Pull-Request.md

Probably do this in Circle. Or GitHub actions. :)

I wrote the update-homebrew.sh script that Yarn uses to push release to Homebrew (linked above)... Let me know if you have any questions about it :)

@Daniel15 fancy and small world! thanks will do.