โ– humdrum codex / custard
license AGPL-3.0

โ† issues

TASK-006 Webhook-driven auto-publish to the Homebrew tap

๐ŸŸข In progress feature priority: medium

created 2026-06-18 05:53 ยท updated 2026-06-18 05:59

Description

When a semver tag is pushed to a brew-enabled repo, custard auto-publishes a new formula to the homebrew-tap โ€” no manual brew-release.sh. Soft Serve fires a branch_tag_create webhook (signed) to a custard endpoint; custard archives the tag, writes the tarball to /dl, renders the formula, and commits it to the tap. Per-repo opt-in via a .custard.yaml file. Built in, works out-of-box for any custard deployer.

Acceptance Criteria