diff options
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() |
