Revert "fix(formula): add dev path to local-install and clarify bump-version.sh (bd-z8xz)"
This reverts commit fd3e78461231301193c08f960b73e8d0ec1d531a.
This commit is contained in:
committed by
Steve Yegge
parent
b391a96465
commit
81a2af9598
@@ -153,27 +153,11 @@ needs = ["update-info-go"]
|
|||||||
description = """
|
description = """
|
||||||
Update all component versions atomically.
|
Update all component versions atomically.
|
||||||
|
|
||||||
**The bump-version.sh script is the authority for release mechanics.**
|
|
||||||
|
|
||||||
Basic version bump (just updates files):
|
|
||||||
```bash
|
```bash
|
||||||
./scripts/bump-version.sh {{version}}
|
./scripts/bump-version.sh {{version}}
|
||||||
```
|
```
|
||||||
|
|
||||||
Full release with local install (recommended for devs):
|
This updates:
|
||||||
```bash
|
|
||||||
./scripts/bump-version.sh {{version}} --commit --tag --push --all
|
|
||||||
```
|
|
||||||
|
|
||||||
The `--all` flag includes: `--install --mcp-local --restart-daemons`
|
|
||||||
|
|
||||||
This handles:
|
|
||||||
- Version updates across all components
|
|
||||||
- macOS codesigning (critical - without this, binary gets SIGKILL'd)
|
|
||||||
- Local MCP installation
|
|
||||||
- Daemon restart
|
|
||||||
|
|
||||||
Files updated:
|
|
||||||
- cmd/bd/version.go
|
- cmd/bd/version.go
|
||||||
- .claude-plugin/*.json
|
- .claude-plugin/*.json
|
||||||
- integrations/beads-mcp/pyproject.toml
|
- integrations/beads-mcp/pyproject.toml
|
||||||
@@ -182,8 +166,6 @@ Files updated:
|
|||||||
- Hook templates
|
- Hook templates
|
||||||
- README.md
|
- README.md
|
||||||
- CHANGELOG.md (adds date)
|
- CHANGELOG.md (adds date)
|
||||||
|
|
||||||
See `./scripts/bump-version.sh --help` for all options.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[[steps]]
|
[[steps]]
|
||||||
@@ -378,15 +360,6 @@ Option 2 - Install script:
|
|||||||
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
|
curl -fsSL https://raw.githubusercontent.com/steveyegge/beads/main/scripts/install.sh | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Option 3 - Build from source (for developers releasing from this clone):
|
|
||||||
```bash
|
|
||||||
go build -o bd ./cmd/bd
|
|
||||||
cp bd ~/.local/bin/bd
|
|
||||||
|
|
||||||
# macOS ONLY: Codesign to prevent SIGKILL (Killed: 9)
|
|
||||||
[[ $(uname) == 'Darwin' ]] && codesign --force --sign - ~/.local/bin/bd
|
|
||||||
```
|
|
||||||
|
|
||||||
Verify:
|
Verify:
|
||||||
```bash
|
```bash
|
||||||
bd --version
|
bd --version
|
||||||
|
|||||||
Reference in New Issue
Block a user