ソースを参照

ci: update description

Aiden Cline 10 ヶ月 前
コミット
576696a370
1 ファイル変更1 行追加5 行削除
  1. 1 5
      script/sync-zed.ts

+ 1 - 5
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`)