From 03d559e1efe65988d3fdd266e5d9a2cbc7bee83e Mon Sep 17 00:00:00 2001 From: iamtoruk Date: Thu, 16 Jul 2026 18:46:21 -0700 Subject: [PATCH] docs: Homebrew tap bump joins the CLI release checklist The tap sat six versions behind (issue #716) because nothing in the release process mentioned it. Step 5b documents the tarball sha bump. --- RELEASING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index ad509d8..ee7fe68 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -90,6 +90,17 @@ The tag is for human reference and to anchor the GitHub Release. No workflow run npm view codeburn version ``` +### 5b. Bump the Homebrew Tap + +The tap at `getagentseal/homebrew-codeburn` does not update itself — bump it +every CLI release or it drifts (issue #716 sat six versions behind): + +```bash +curl -sLO "https://registry.npmjs.org/codeburn/-/codeburn-.tgz" +shasum -a 256 codeburn-.tgz +# edit Formula/codeburn.rb in the tap: url version + sha256, commit, push +``` + ### 6. Create a GitHub Release Use the GitHub CLI to create a release with notes from the changelog: