mirror of
https://github.com/AgentSeal/codeburn.git
synced 2026-07-29 10:55:35 +00:00
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.
This commit is contained in:
parent
2ebd8a9efe
commit
03d559e1ef
1 changed files with 11 additions and 0 deletions
11
RELEASING.md
11
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-<version>.tgz"
|
||||
shasum -a 256 codeburn-<version>.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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue