diff options
| author | Luke Parker <[email protected]> | 2026-03-31 10:05:46 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-31 00:05:46 +0000 |
| commit | 93fad99f7f345173250aeb336e8e3c49d46d524e (patch) | |
| tree | a38379b6006d26708604fe0cbf162433d4064501 /script/version.ts | |
| parent | 057848deb847d59250e7db08ab2402f4a69bfcda (diff) | |
| download | opencode-93fad99f7f345173250aeb336e8e3c49d46d524e.tar.gz opencode-93fad99f7f345173250aeb336e8e3c49d46d524e.zip | |
smarter changelog (#20138)
Diffstat (limited to 'script/version.ts')
| -rwxr-xr-x | script/version.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/version.ts b/script/version.ts index 2fa59fe9f..3ca4f661d 100755 --- a/script/version.ts +++ b/script/version.ts @@ -7,7 +7,7 @@ const output = [`version=${Script.version}`] if (!Script.preview) { const sha = process.env.GITHUB_SHA ?? (await $`git rev-parse HEAD`.text()).trim() - await $`opencode run --command changelog -- --to ${sha}`.cwd(process.cwd()) + await $`bun script/changelog.ts --to ${sha}`.cwd(process.cwd()) const file = `${process.cwd()}/UPCOMING_CHANGELOG.md` const body = await Bun.file(file) .text() |
