Files
Kilo-Org_kilocode/script
kiloconnect[bot] 58336a6484 fix: read CHANGELOG with absolute path so release notes populate
The SDK build step imported earlier in publish.ts does process.chdir into
packages/sdk/js and never restores it, so the relative path to
packages/kilo-vscode/CHANGELOG.md later in the release block resolved to a
missing file. The read silently fell through to an empty string and the
GitHub release body ended up as the 'No notable changes' default even
though the CHANGELOG in the release commit had all the entries.
Resolve the path relative to this script via fileURLToPath so it works
regardless of cwd.
2026-04-16 17:57:00 +00:00
..
2026-04-12 01:00:50 +02:00
2026-04-16 17:40:26 +00:00
2026-04-12 01:00:50 +02:00
2025-10-28 18:32:45 -05:00
2026-04-12 13:36:08 +02:00
2026-04-12 21:09:24 +02:00
2026-01-08 14:19:44 -06:00