chore(rebrand): update repository links for CodeWhale

This commit is contained in:
Hunter Bown
2026-05-23 14:07:36 -05:00
parent ddaabbfed2
commit 5fa24733e9
65 changed files with 342 additions and 342 deletions
+2 -2
View File
@@ -51,12 +51,12 @@ trap 'rm -rf "${TAP_DIR}" "${FORMULA_FILE}"' EXIT
# --- generate formula --------------------------------------------------
readonly BASE_URL="https://github.com/Hmbown/DeepSeek-TUI/releases/download/${TAG}"
readonly BASE_URL="https://github.com/Hmbown/CodeWhale/releases/download/${TAG}"
cat > "${FORMULA_FILE}" << EOF
class DeepseekTui < Formula
desc "Terminal-native coding agent for DeepSeek V4"
homepage "https://github.com/Hmbown/DeepSeek-TUI"
homepage "https://github.com/Hmbown/CodeWhale"
version "${VERSION}"
license "MIT"
+2 -2
View File
@@ -323,7 +323,7 @@ jobs:
files: artifacts/*/*
prerelease: false
body: |
> This release renames the project to **Codewhale**. The legacy
> This release renames the project to **CodeWhale**. The legacy
> `deepseek` and `deepseek-tui` binaries continue to ship as
> deprecation shims for one release cycle; they print a one-line
> warning and forward to `codewhale` / `codewhale-tui`. They will
@@ -391,7 +391,7 @@ jobs:
## Changelog
See [CHANGELOG.md](https://github.com/Hmbown/DeepSeek-TUI/blob/main/CHANGELOG.md) for the full notes for this release.
See [CHANGELOG.md](https://github.com/Hmbown/CodeWhale/blob/main/CHANGELOG.md) for the full notes for this release.
homebrew:
needs: [release, resolve]