[PR #1451] [MERGED] ci: new publish method #9938

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1451
Author: @thdxr
Created: 7/31/2025
Status: Merged
Merged: 7/31/2025
Merged by: @thdxr

Base: devHead: restructure


📝 Commits (10+)

📊 Changes

190 files changed (+16141 additions, -13341 deletions)

View changed files

📝 .github/workflows/publish.yml (+6 -12)
📝 bun.lock (+84 -899)
📝 package.json (+3 -1)
📝 packages/opencode/package.json (+1 -1)
📝 packages/opencode/script/publish.ts (+5 -13)
📝 packages/opencode/src/format/formatter.ts (+46 -4)
📝 packages/opencode/src/server/server.ts (+26 -0)
packages/sdk/.devcontainer/devcontainer.json (+0 -15)
packages/sdk/.prettierignore (+0 -7)
packages/sdk/.prettierrc.json (+0 -7)
packages/sdk/.release-please-manifest.json (+0 -3)
packages/sdk/.stats.yml (+0 -4)
packages/sdk/Brewfile (+0 -1)
packages/sdk/CHANGELOG.md (+0 -196)
packages/sdk/CONTRIBUTING.md (+0 -107)
packages/sdk/README.md (+0 -370)
packages/sdk/api.md (+0 -139)
packages/sdk/bin/check-release-environment (+0 -22)
packages/sdk/bin/publish-npm (+0 -61)
packages/sdk/eslint.config.mjs (+0 -42)

...and 80 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/1451 **Author:** [@thdxr](https://github.com/thdxr) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@thdxr](https://github.com/thdxr) **Base:** `dev` ← **Head:** `restructure` --- ### 📝 Commits (10+) - [`f972188`](https://github.com/anomalyco/opencode/commit/f972188650dc0ede7d8f9be4bc72dcac6ec945a1) sync - [`9710e16`](https://github.com/anomalyco/opencode/commit/9710e16da9a7553c5fe0320927256c17fc5be4c6) sync - [`a996819`](https://github.com/anomalyco/opencode/commit/a99681996c791304353142829c8448257727dfdd) progress - [`d0a81a0`](https://github.com/anomalyco/opencode/commit/d0a81a02ef4696f9efaa2378300c458e7e79aa56) Release v0.0.0-202507310417 - [`4a07d7e`](https://github.com/anomalyco/opencode/commit/4a07d7ecd36b2f32aa3a699a5391c4838980afd0) sync - [`1e4c526`](https://github.com/anomalyco/opencode/commit/1e4c526970094c88bedc3d606186df7d5bc99416) sync - [`a657272`](https://github.com/anomalyco/opencode/commit/a6572725bce78afc789910b4547be159321fd3e8) sync - [`20a92ea`](https://github.com/anomalyco/opencode/commit/20a92ea0195117b3b821608fa7a0767aca5301a7) fix prettier triggering from dependencies - [`536da84`](https://github.com/anomalyco/opencode/commit/536da8492938a989658601dc1384263ce26dadc7) fix - [`a6774d6`](https://github.com/anomalyco/opencode/commit/a6774d6652fa436c85fd1f07c6770996c4deff8f) sync ### 📊 Changes **190 files changed** (+16141 additions, -13341 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/publish.yml` (+6 -12) 📝 `bun.lock` (+84 -899) 📝 `package.json` (+3 -1) 📝 `packages/opencode/package.json` (+1 -1) 📝 `packages/opencode/script/publish.ts` (+5 -13) 📝 `packages/opencode/src/format/formatter.ts` (+46 -4) 📝 `packages/opencode/src/server/server.ts` (+26 -0) ➖ `packages/sdk/.devcontainer/devcontainer.json` (+0 -15) ➖ `packages/sdk/.prettierignore` (+0 -7) ➖ `packages/sdk/.prettierrc.json` (+0 -7) ➖ `packages/sdk/.release-please-manifest.json` (+0 -3) ➖ `packages/sdk/.stats.yml` (+0 -4) ➖ `packages/sdk/Brewfile` (+0 -1) ➖ `packages/sdk/CHANGELOG.md` (+0 -196) ➖ `packages/sdk/CONTRIBUTING.md` (+0 -107) ➖ `packages/sdk/README.md` (+0 -370) ➖ `packages/sdk/api.md` (+0 -139) ➖ `packages/sdk/bin/check-release-environment` (+0 -22) ➖ `packages/sdk/bin/publish-npm` (+0 -61) ➖ `packages/sdk/eslint.config.mjs` (+0 -42) _...and 80 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:14:25 -05:00
yindo closed this issue 2026-02-16 18:14:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9938