[PR #1565] [CLOSED] Build and Publish Routine Scripts #9976

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

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1565
Author: @samholmes
Created: 8/3/2025
Status: Closed

Base: devHead: build-publish


📝 Commits (6)

  • 5761bea feat: add interactive environment selection to publish script
  • f017ac9 feat: add interactive version selection for releases
  • 68ad444 feat: add publish script to package.json
  • 752edab feat: add --local flag to publish script for local builds
  • bc75054 feat: add local binary support to install script
  • 9860c26 feat: add build:install script for local development

📊 Changes

5 files changed (+132 additions, -32 deletions)

View changed files

📝 bun.lock (+16 -8)
📝 install (+27 -7)
📝 package.json (+5 -1)
📝 packages/opencode/script/publish.ts (+2 -1)
📝 script/publish.ts (+82 -15)

📄 Description

Adds "build:install" and other package.json scripts for convenience routing building and publishing.


🔄 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/1565 **Author:** [@samholmes](https://github.com/samholmes) **Created:** 8/3/2025 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `build-publish` --- ### 📝 Commits (6) - [`5761bea`](https://github.com/anomalyco/opencode/commit/5761bea7c430ed9e2008633a0713f41a5f27def7) feat: add interactive environment selection to publish script - [`f017ac9`](https://github.com/anomalyco/opencode/commit/f017ac998ffd65333ade25c7dee1004d86a74365) feat: add interactive version selection for releases - [`68ad444`](https://github.com/anomalyco/opencode/commit/68ad4447c62fb550495a7f36c8380dbf102c102e) feat: add publish script to package.json - [`752edab`](https://github.com/anomalyco/opencode/commit/752edab7780e33d45119d7404574407b37f03c20) feat: add --local flag to publish script for local builds - [`bc75054`](https://github.com/anomalyco/opencode/commit/bc7505470ae77f41a95b92c5b21cbf3a32fb6406) feat: add local binary support to install script - [`9860c26`](https://github.com/anomalyco/opencode/commit/9860c2657d8bfc52a46f8b45d05eb8625f4cdcf0) feat: add build:install script for local development ### 📊 Changes **5 files changed** (+132 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+16 -8) 📝 `install` (+27 -7) 📝 `package.json` (+5 -1) 📝 `packages/opencode/script/publish.ts` (+2 -1) 📝 `script/publish.ts` (+82 -15) </details> ### 📄 Description Adds `"build:install"` and other package.json scripts for convenience routing building and publishing. --- <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:29 -05:00
yindo closed this issue 2026-02-16 18:14:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9976