[PR #381] [CLOSED] Add custom publish for GitHub only releases #9603

Closed
opened 2026-02-16 18:13:50 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/381
Author: @scaryrawr
Created: 6/24/2025
Status: Closed

Base: devHead: custom-publish


📝 Commits (4)

  • 496f9bf Remove share functionality
  • 03e3f3b Remove upgrade functionality
  • 889d573 Remove autoshare and autoupdate
  • 0e05ec1 Update publish to be for Github only publish

📊 Changes

21 files changed (+122 additions, -1054 deletions)

View changed files

.github/workflows/deploy.yml (+0 -26)
📝 .github/workflows/publish.yml (+55 -18)
📝 packages/opencode/config.schema.json (+0 -8)
📝 packages/opencode/script/publish.ts (+1 -155)
📝 packages/opencode/src/cli/cmd/run.ts (+0 -17)
packages/opencode/src/cli/cmd/upgrade.ts (+0 -53)
📝 packages/opencode/src/config/config.ts (+0 -8)
📝 packages/opencode/src/index.ts (+3 -22)
📝 packages/opencode/src/installation/index.ts (+0 -52)
📝 packages/opencode/src/server/server.ts (+0 -56)
📝 packages/opencode/src/session/index.ts (+4 -48)
packages/opencode/src/share/share.ts (+0 -80)
📝 packages/tui/internal/commands/command.go (+0 -7)
📝 packages/tui/internal/components/chat/messages.go (+0 -7)
📝 packages/tui/internal/tui/tui.go (+0 -19)
📝 packages/tui/pkg/client/gen/openapi.json (+29 -120)
📝 packages/tui/pkg/client/generated-client.go (+29 -330)
📝 packages/web/src/content/docs/docs/cli.mdx (+0 -23)
📝 packages/web/src/content/docs/docs/config.mdx (+1 -3)
📝 packages/web/src/content/docs/docs/index.mdx (+0 -1)

...and 1 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/381 **Author:** [@scaryrawr](https://github.com/scaryrawr) **Created:** 6/24/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `custom-publish` --- ### 📝 Commits (4) - [`496f9bf`](https://github.com/anomalyco/opencode/commit/496f9bfb5df19f2f5fd0c37c740661dc616bd288) Remove share functionality - [`03e3f3b`](https://github.com/anomalyco/opencode/commit/03e3f3b74451dd34ade1845858b70b92d189e464) Remove upgrade functionality - [`889d573`](https://github.com/anomalyco/opencode/commit/889d57367895e999bc6622c0833efb8fb0f407ac) Remove autoshare and autoupdate - [`0e05ec1`](https://github.com/anomalyco/opencode/commit/0e05ec1f8f34fa378333c1ebc113c82121afa106) Update publish to be for Github only publish ### 📊 Changes **21 files changed** (+122 additions, -1054 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/deploy.yml` (+0 -26) 📝 `.github/workflows/publish.yml` (+55 -18) 📝 `packages/opencode/config.schema.json` (+0 -8) 📝 `packages/opencode/script/publish.ts` (+1 -155) 📝 `packages/opencode/src/cli/cmd/run.ts` (+0 -17) ➖ `packages/opencode/src/cli/cmd/upgrade.ts` (+0 -53) 📝 `packages/opencode/src/config/config.ts` (+0 -8) 📝 `packages/opencode/src/index.ts` (+3 -22) 📝 `packages/opencode/src/installation/index.ts` (+0 -52) 📝 `packages/opencode/src/server/server.ts` (+0 -56) 📝 `packages/opencode/src/session/index.ts` (+4 -48) ➖ `packages/opencode/src/share/share.ts` (+0 -80) 📝 `packages/tui/internal/commands/command.go` (+0 -7) 📝 `packages/tui/internal/components/chat/messages.go` (+0 -7) 📝 `packages/tui/internal/tui/tui.go` (+0 -19) 📝 `packages/tui/pkg/client/gen/openapi.json` (+29 -120) 📝 `packages/tui/pkg/client/generated-client.go` (+29 -330) 📝 `packages/web/src/content/docs/docs/cli.mdx` (+0 -23) 📝 `packages/web/src/content/docs/docs/config.mdx` (+1 -3) 📝 `packages/web/src/content/docs/docs/index.mdx` (+0 -1) _...and 1 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:50 -05:00
yindo closed this issue 2026-02-16 18:13:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9603