Skip to content

feat: auto-bump homebrew-tap on release#6

Merged
1shooperman merged 1 commit into
mainfrom
feat/homebrew-tap-automation
May 30, 2026
Merged

feat: auto-bump homebrew-tap on release#6
1shooperman merged 1 commit into
mainfrom
feat/homebrew-tap-automation

Conversation

@1shooperman
Copy link
Copy Markdown
Owner

@1shooperman 1shooperman commented May 30, 2026

Summary

  • Adds bump-tap job to the release workflow that runs after a GitHub release is created
  • Fetches the new release tarball, computes SHA256, and sed-patches Formula/cli-tools.rb in 1shooperman/homebrew-tap
  • Exposes version output from the release job so bump-tap can reference it

Prerequisites

Add a GitHub PAT with repo scope on homebrew-tap as a secret named TAP_GITHUB_TOKEN in this repo's settings before merging.

Test plan

  • Merge this PR
  • Add TAP_GITHUB_TOKEN secret to repo settings
  • Trigger a release via workflow dispatch (patch bump)
  • Verify bump-tap job completes and homebrew-tap/Formula/cli-tools.rb reflects the new version

🤖 Generated with Claude Code

Adds bump-tap job to release workflow. After a GitHub release is
created, computes the new tarball SHA256 and pushes an updated formula
to 1shooperman/homebrew-tap via TAP_GITHUB_TOKEN secret.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@1shooperman 1shooperman merged commit cf9bdad into main May 30, 2026
2 checks passed
@1shooperman 1shooperman deleted the feat/homebrew-tap-automation branch May 30, 2026 23:15
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