summaryrefslogtreecommitdiffhomepage
path: root/script/sync-zed.ts
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-11-11 14:20:19 -0600
committerAiden Cline <[email protected]>2025-11-11 14:20:19 -0600
commit8baa222621049bdc3b2aacae8f383ab786f8c8a7 (patch)
tree3a5a409e8453a62c70e5203c58a8a49f72c85d9f /script/sync-zed.ts
parentce1397cc34c6a571d455e5089bcf33a9b505cd7e (diff)
downloadopencode-8baa222621049bdc3b2aacae8f383ab786f8c8a7.tar.gz
opencode-8baa222621049bdc3b2aacae8f383ab786f8c8a7.zip
ci: update script
Diffstat (limited to 'script/sync-zed.ts')
-rwxr-xr-xscript/sync-zed.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/sync-zed.ts b/script/sync-zed.ts
index 6b4b4c7bb..8c9090303 100755
--- a/script/sync-zed.ts
+++ b/script/sync-zed.ts
@@ -108,7 +108,7 @@ async function main() {
console.log(`📬 Creating pull request...`)
const prUrl =
- await $`gh pr create --repo ${UPSTREAM_REPO} --base main --head ${FORK_REPO.split("/")[0]}:${branchName} --title "Update ${EXTENSION_NAME} to v${cleanVersion}" --body "Release notes:\n\nhttps://github.com/${OPENCODE_REPO}/releases/tag/v${cleanVersion}"`.text()
+ await $`gh pr create --repo ${UPSTREAM_REPO} --base main --head ${FORK_REPO.split("/")[0]}:${branchName} --title "Update ${EXTENSION_NAME} to v${cleanVersion}" --body "Updating OpenCode extension to v${cleanVersion}"`.text()
console.log(`✅ Pull request created: ${prUrl}`)
console.log(`🎉 Done!`)