▍ humdrum codex / custard v0.3.0
license AGPL-3.0

← issues

TASK-009 Release webhook downgrade guard

Done bug priority: high

created 2026-06-18 20:07 · updated 2026-06-18 20:08

Description

Webhook published whatever tag fired (chronological), so an out-of-order lower tag (v0.1.0 pushed after v0.2.0) clobbered the tap formula to a lower version — brew reads that as a downgrade and never upgrades. Root cause was leftover dogfood test tags. Fixed: gitread.IsHighestVersion guards publishRelease; only the highest semver tag publishes. Deleted stray v0.1.0, deployed, republished v0.2.0. Commit 43ac61a.

Acceptance Criteria