From 0709fd85dc152b880b921b17a923a1ecf4e48e15 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sat, 25 Oct 2025 19:00:03 -0700 Subject: [PATCH] Make Homebrew verification step mandatory and more prominent --- RELEASING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASING.md b/RELEASING.md index 15fd8113..82fbad92 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -156,15 +156,15 @@ git pull git add Formula/bd.rb git commit -m "Update bd formula to v0.9.X" git push origin main -``` -**IMPORTANT**: Install/upgrade locally to verify: -```bash +# CRITICAL: Verify the installation works brew update brew upgrade bd # Or: brew reinstall bd -bd version # Should now show v0.9.X +bd version # MUST show v0.9.X - if not, the release is incomplete! ``` +**⚠️ DO NOT SKIP THE VERIFICATION STEP ABOVE** - This ensures users can actually install the new version. + **Note**: Until this step is complete, users with Homebrew-installed bd will still have the old version. **Note:** If you have an old bd binary from `go install` in your PATH, remove it to avoid conflicts: