Skip to content

release: clear stale Homebrew formula revision on version bumps#20

Merged
hwbehrens merged 1 commit into
mainfrom
ci/release-homebrew-revision-clean
Feb 19, 2026
Merged

release: clear stale Homebrew formula revision on version bumps#20
hwbehrens merged 1 commit into
mainfrom
ci/release-homebrew-revision-clean

Conversation

@hwbehrens

Copy link
Copy Markdown
Owner

Description

Fix release automation for homebrew tap bumps so version-tag releases do not carry over stale formula revisions.

Change

  • Updated release.yml homebrew update step to remove any existing revision N line in Formula/axon.rb after updating url and sha256.
  • This prevents brew test-bot failures like: `revision 1` should be removed on version bumps.

Why

  • On new upstream tags (e.g. v0.7.0), formula revisions from previous bottle rebuilds are invalid and should be cleared.
  • Automating this avoids manual fixes in the tap bump PR.

Scope

  • CI/workflow-only change.
  • Exactly one file changed: .github/workflows/release.yml.

Self-Assessment Score

Score: 94/100

@hwbehrens hwbehrens merged commit ba17ff3 into main Feb 19, 2026
8 checks passed
@hwbehrens hwbehrens deleted the ci/release-homebrew-revision-clean branch February 19, 2026 00:07
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