Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ brews:
owner: block
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
# Push the formula to a per-release branch and open a PR; the tap's
# default branch is protected and rejects direct writes.
Comment on lines +64 to +65

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the inline release comment

The repository instructions in /workspace/cachew/AGENTS.md say, “Only add comments for relatively large blocks of code, 20+ lines or more,” but this adds a comment for a single YAML field. Since the field name and GoReleaser PR configuration already express the behavior, keeping this comment violates the documented project style for files in this tree.

Useful? React with 👍 / 👎.

branch: "cachew-{{ .Version }}"
pull_request:
enabled: true
base:
Expand Down