Closed timotheecour closed 7 years ago
What about using notification API's to track project releases and automatically generate bump-formula-pr?
@ilovezfs does similar with https://github.com/youtux/homebrew-livecheck. I agree it would be nice to automate that.
homebrew already automates certain things (bottling, continuous integration).
What about using notification API's to track project releases and automatically generate bump-formula-pr?
-default: nothing is auto-generated -auto_propose: sends PR's that pass BrewTestBot for review -auto_submit: submit PR's that pass BrewTestBot for review
This could be specified independently for stable, devel, and the trigger could be configured with sensible defaults (eg: upon major or minor version bumps)
Eg of notification API's: http://stackoverflow.com/questions/20839622/notifications-for-new-github-project-releases/20840694#20840694 There's also Sibbell.com etc.