summaryrefslogtreecommitdiffhomepage
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/sync-zed.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/script/sync-zed.ts b/script/sync-zed.ts
index be2c4a465..7287280b2 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`)