fix(build): replace manual release compilation workflows with tsdeno-based build configuration

This commit is contained in:
2026-03-18 09:48:16 +00:00
parent 0d20dce520
commit 05242a1c7d
8 changed files with 69 additions and 342 deletions

View File

@@ -1,5 +1,14 @@
# Changelog
## 2026-03-18 - 5.3.2 - fix(build)
replace manual release compilation workflows with tsdeno-based build configuration
- removes obsolete CI and npm publish workflows
- switches the Deno compile task to use tsdeno
- adds reusable multi-platform compile targets in npmextra.json
- updates the release workflow to install Node.js and pnpm before building binaries
- deletes the custom compile-all.sh script in favor of centralized build tooling
## 2026-03-15 - 5.3.1 - fix(cli)
rename the update command references to upgrade across the CLI and documentation