From 576696a37031d1a2b1e6f3453ac3001555a0b355 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Sun, 9 Nov 2025 13:09:52 -0600 Subject: [PATCH] ci: update description --- script/sync-zed.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/script/sync-zed.ts b/script/sync-zed.ts index be2c4a46..7287280b 100755 --- a/script/sync-zed.ts +++ b/script/sync-zed.ts @@ -80,11 +80,7 @@ async function main() { await Bun.write(extensionsTomlPath, updatedToml) await $`git add extensions.toml` - const commitMessage = `Update ${EXTENSION_NAME} to v${cleanVersion} - -Release notes: - -https://github.com/${OPENCODE_REPO}/releases/tag/v${cleanVersion}` + const commitMessage = `Update ${EXTENSION_NAME} to v${cleanVersion}` await $`git commit -m ${commitMessage}` console.log(`✅ Changes committed`)