Skip to content

Brew Windows v0.2.1

Choose a tag to compare

@anubissbe anubissbe released this 17 May 20:36
· 21 commits to main since this release
3b8e92f

Native Brew Windows catalog automation

Validated install path:

irm https://github.com/Euraika-Labs/brew-windows/releases/latest/download/install.ps1 | iex
brew install codex
codex --version

New in v0.2.1:

  • Latest generated catalog from the automated Homebrew top-200 sync is merged into main.
  • Catalog Sync workflow now succeeds even when org policy blocks workflow-created PRs: it pushes automation/catalog-sync and writes a manual PR URL to the run summary.
  • Docs now describe the CATALOG_SYNC_PR_TOKEN escape hatch and organization permission requirement for fully automatic PR creation.

Validation:

  • Main CI green after catalog automation, workflow hardening, docs, and top-200 catalog merge.
  • Catalog Sync workflow dispatch completed successfully and updated automation/catalog-sync.
  • PR #7 merged the workflow-generated catalog after normal CI passed.