Skip to content

Update the Homebrew tap name#357

Merged
5ouma merged 1 commit intomainfrom
fix-goreleaser-tap-name
Dec 12, 2025
Merged

Update the Homebrew tap name#357
5ouma merged 1 commit intomainfrom
fix-goreleaser-tap-name

Conversation

@5ouma
Copy link
Owner

@5ouma 5ouma commented Dec 12, 2025

⚠️ Issue

close #


✏️ Description

It was renamed and not checked.


It was renamed and not checked.
Copilot AI review requested due to automatic review settings December 12, 2025 01:37
@github-actions github-actions bot added the 🧰 Bug A bug fix label Dec 12, 2025
@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 20.44%. Comparing base (7954eee) to head (8babadc).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #357   +/-   ##
=======================================
  Coverage   20.44%   20.44%           
=======================================
  Files           9        9           
  Lines         181      181           
=======================================
  Hits           37       37           
  Misses        130      130           
  Partials       14       14           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Homebrew tap repository name in the GoReleaser configuration from "homebrew-formula" to "homebrew-tap" to reflect a repository rename. This is a configuration update to ensure GoReleaser publishes releases to the correct Homebrew tap repository.

Key Changes:

  • Updated repository name reference in GoReleaser brew configuration from "homebrew-formula" to "homebrew-tap"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coderabbitai
Copy link

coderabbitai bot commented Dec 12, 2025

Walkthrough

The .goreleaser.yml configuration file is updated to change the Homebrew release distribution repository reference from homebrew-formula to homebrew-tap. This is a single parameter modification affecting the release automation configuration with no logic changes.

Changes

Cohort / File(s) Change Summary
Configuration Updates
.goreleaser.yml
Updated Homebrew brews[0].repository.name parameter from homebrew-formula to homebrew-tap

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating the Homebrew tap repository name from 'homebrew-formula' to 'homebrew-tap'.
Description check ✅ Passed The description is related to the changeset, explaining that the Homebrew tap was renamed and this change needed to be reflected in the configuration file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix-goreleaser-tap-name

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 720f730 and 8babadc.

📒 Files selected for processing (1)
  • .goreleaser.yml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
  • GitHub Check: Agent
  • GitHub Check: 🛡️ Merge Gatekeeper
  • GitHub Check: 🚸 pre-commit
🔇 Additional comments (1)
.goreleaser.yml (1)

41-47: Verify the Homebrew repository configuration and confirm the target repository is accessible.

The configuration update correctly reflects the Homebrew tap name change to homebrew-tap. The codebase contains no other references to the old repository name homebrew-formula.

Before merging, ensure:

  1. The target repository homebrew-tap exists on GitHub under the 5ouma organization and is accessible with the HOMEBREW_TAP_TOKEN.
  2. The release automation will have the necessary permissions to create pull requests against the target repository.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@5ouma 5ouma merged commit 5efed45 into main Dec 12, 2025
20 checks passed
@5ouma 5ouma deleted the fix-goreleaser-tap-name branch December 12, 2025 01:41
This was referenced Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🧰 Bug A bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants