diff options
| author | Aiden Cline <[email protected]> | 2025-11-09 13:09:52 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-09 13:09:52 -0600 |
| commit | 576696a37031d1a2b1e6f3453ac3001555a0b355 (patch) | |
| tree | a81782e44f6c1740ba6833f1fd2722a326c9b8aa /script | |
| parent | 2c6f9043e821dcaf1b0beaecd3e4934b657d3d7b (diff) | |
| download | opencode-576696a37031d1a2b1e6f3453ac3001555a0b355.tar.gz opencode-576696a37031d1a2b1e6f3453ac3001555a0b355.zip | |
ci: update description
Diffstat (limited to 'script')
| -rwxr-xr-x | script/sync-zed.ts | 6 |
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`) |
