Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 576696a

Browse files
committed
ci: update description
1 parent 2c6f904 commit 576696a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

script/sync-zed.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,7 @@ async function main() {
8080
await Bun.write(extensionsTomlPath, updatedToml)
8181
await $`git add extensions.toml`
8282

83-
const commitMessage = `Update ${EXTENSION_NAME} to v${cleanVersion}
84-
85-
Release notes:
86-
87-
https://github.com/${OPENCODE_REPO}/releases/tag/v${cleanVersion}`
83+
const commitMessage = `Update ${EXTENSION_NAME} to v${cleanVersion}`
8884

8985
await $`git commit -m ${commitMessage}`
9086
console.log(`✅ Changes committed`)

0 commit comments

Comments
 (0)