Commit 1098701
authored
fix(homebrew): one-line install in docs + guard tap job against pre-release tags (#486)
- AUTOUPDATE.md: replace the broken `smart-mcp-proxy/tap/mcpproxy` path
(resolves to a nonexistent homebrew-tap repo) with the fully-qualified
`smart-mcp-proxy/mcpproxy/mcpproxy`, which auto-taps so no separate
`brew tap` step is needed. Add the --cask line for the tray app.
- release.yml: add `!contains(github.ref_name, '-')` + repo guard to the
update-homebrew job, matching publish-linux-repos, so an RC/beta tag can
no longer overwrite the stable formula/cask in the tap.1 parent 1356c60 commit 1098701
2 files changed
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1256 | 1256 | | |
1257 | 1257 | | |
1258 | 1258 | | |
1259 | | - | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
1260 | 1262 | | |
1261 | 1263 | | |
1262 | 1264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| |||
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
96 | | - | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| |||
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
128 | | - | |
| 131 | + | |
129 | 132 | | |
130 | 133 | | |
131 | 134 | | |
| |||
207 | 210 | | |
208 | 211 | | |
209 | 212 | | |
210 | | - | |
| 213 | + | |
0 commit comments