-
Type:
Story
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
Homebrew has enabled the npm flag that prevents packages from being installed that are not older than 24 hours. Since we publish all our @mongosh/* monorepo packages at the same time we publish mongosh we will never be able to bump homebrew on the same day as the npm release.
AC
- Determine a method of scheduling a cron job - evg? gha?
- Run the homebrew script 24+ hours after the mongosh publish
- The script opens a PR against homebrew with a commit and sha update
- We can not open the PR from an org fork because their bot does not make commits to that.