Skip to content

feat: add unsigned macOS release pipeline#4

Merged
JNHFlow21 merged 1 commit into
mainfrom
codex/homebrew-release
Jul 23, 2026
Merged

feat: add unsigned macOS release pipeline#4
JNHFlow21 merged 1 commit into
mainfrom
codex/homebrew-release

Conversation

@JNHFlow21

Copy link
Copy Markdown
Owner

Summary

  • build a universal macOS app artifact with explicit ad-hoc signing
  • publish app and Python source artifacts from version tags
  • verify the release script in CI

Verification

  • 72 unit tests + 1 integration test
  • universal arm64/x86_64 bundle verified with lipo
  • ad-hoc code signature verified with codesign
  • privacy scan passed

@JNHFlow21
JNHFlow21 merged commit 3226e8b into main Jul 23, 2026
7 checks passed
@JNHFlow21
JNHFlow21 deleted the codex/homebrew-release branch July 23, 2026 07:08

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1e6da44f75

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

## Install

\`\`\`bash
brew tap JNHFlow21/tap && brew trust --tap JNHFlow21/tap && HOMEBREW_CASK_OPTS=--no-quarantine brew install --cask JNHFlow21/tap/agent-switch

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Remove the unsupported brew trust step

When a tag creates this prerelease, the only advertised install command stops at brew trust --tap JNHFlow21/tap, so the subsequent cask installation never runs. Homebrew documents tap as brew tap [options] [user/repo] and does not provide a trust subcommand; remove this step (or replace it with a supported quarantine-handling instruction) so the release notes are executable. Homebrew manpage

Useful? React with 👍 / 👎.

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.

1 participant