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: