Skip to content

Conversation

@leggetter
Copy link
Collaborator

  • Comment out homebrew_casks section in .goreleaser/mac.yml
  • Remove deprecation warning from formula caveats (formula is now primary)
  • Update test script to focus on formula-only testing
  • Remove cask-related tests and validations
  • Update CI workflow to test only formula distribution
  • Enforce Gatekeeper compliance testing (removed bypass flag)

All tests pass including installation validation and binary execution.
Will re-enable cask distribution once Apple Developer certificate is in place.

- Comment out homebrew_casks section in .goreleaser/mac.yml
- Remove deprecation warning from formula caveats (formula is now primary)
- Update test script to focus on formula-only testing
- Remove cask-related tests and validations
- Update CI workflow to test only formula distribution
- Enforce Gatekeeper compliance testing (removed bypass flag)

All tests pass including installation validation and binary execution.
Will re-enable cask distribution once Apple Developer certificate is in place.
@leggetter leggetter requested a review from Copilot October 8, 2025 14:19
Copy link
Contributor

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 temporarily disables Homebrew cask distribution for the Hookdeck CLI due to code signing requirements, shifting focus to formula-only distribution until an Apple Developer certificate is in place.

Key changes:

  • Comments out cask configuration in GoReleaser and removes deprecation warnings from formula
  • Updates test scripts to focus only on formula validation and removes cask-related tests
  • Enforces Gatekeeper compliance by removing bypass mechanisms for unsigned binaries

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
test-scripts/test-homebrew-build.sh Removes cask testing functions and Gatekeeper bypass options, enforces binary signing compliance
.goreleaser/mac.yml Comments out homebrew_casks section and removes formula deprecation warning
.github/workflows/test-homebrew-build.yml Updates CI workflow to exclude cask file from artifacts

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

echo " ✓ GoReleaser configuration generates correct Homebrew files"
echo " ✓ GoReleaser configuration generates correct Homebrew formula"
echo " ✓ Completion files are bundled in archives"
echo " ✓ Formula has deprecation warnings"
Copy link

Copilot AI Oct 8, 2025

Choose a reason for hiding this comment

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

The validation message indicates that deprecation warnings are still being checked, but the actual deprecation warning validation was removed at line 183. This message should be removed or updated to reflect that deprecation warnings are no longer validated.

Suggested change
echo " ✓ Formula has deprecation warnings"

Copilot uses AI. Check for mistakes.
@leggetter leggetter merged commit c92b67b into chore/update-goreleaser Oct 8, 2025
1 check passed
@leggetter leggetter deleted the chore/remove-cask branch October 8, 2025 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants