Homebrew: this repository is its own tap
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 2
- Forks
- 0
- Avg merge
- 2h 8m
- Merged PRs (30d)
- 49
Description
.goreleaser.yaml publishes a Homebrew cask via homebrew_casks[].repository, currently pointing at mozilla/homebrew-markfluence. That tap repository must exist and be writable by the release token before the first goreleaser release, or the release step fails.
Tasks:
- Create the tap repo (confirm the owner/name; adjust
.goreleaser.yamlif different). - Ensure the release
GITHUB_TOKENcan push to it. - Verify end to end (
goreleaser release --snapshot --cleanbuilds today; do a real tagged release once the tap exists).
Ref: .goreleaser.yaml.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .goreleaser.yaml and confirm the homebrew_casks[].repository owner and name. Create the tap, ensure the release GITHUB_TOKEN can push to it, then run goreleaser release --snapshot --clean and perform a real tagged release. Done means the tap exists, permissions work, and the release completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- infrastructure, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100