cli
cli copied to clipboard
automate homebrew releases
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
https://docs.brew.sh/How-To-Open-a-Homebrew-Pull-Request
@carimura done New issues were open:
- https://github.com/fnproject/docs/issues/54
- https://github.com/fnproject/tutorials/issues/163
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.