-
Notifications
You must be signed in to change notification settings - Fork 1
fix: Remove GoReleaser Pro-only alternative_names from jtk cask config #82
Copy link
Copy link
Description
Problem
.goreleaser-jtk.yml uses homebrew_casks.alternative_names (lines 64-65), which is a GoReleaser Pro-only field. We use GoReleaser OSS (free), so it rejects the config immediately:
yaml: unmarshal errors:
line 64: field alternative_names not found in type config.HomebrewCask
This was introduced in commit cbe3071 ("Make jtk the primary cask name with jira-ticket-cli as alternative").
Impact
Blocks all jtk releases. GoReleaser fails before building any binaries. Affected runs:
jtk-v0.1.15(run 21779452648)jtk-v0.1.16(run 21780062966)
Fix
- Remove
alternative_namesblock from.goreleaser-jtk.yml - Add
binary: jtkto the cask config (it's missing — cfl has it, jtk doesn't) - To provide the
jira-ticket-clialias, manually maintain a separate cask file in the homebrew-tap repo (separate issue)
Files
.goreleaser-jtk.yml— removealternative_names, addbinary: jtk
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels