fix(ci): add Gitea release asset uploader and switch release workflow to use it; bump package and daemon versions to 0.3.4

This commit is contained in:
2026-01-09 17:48:32 +00:00
parent 708917bb9b
commit ee3b6dd6ae
6 changed files with 107 additions and 12 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-01-09 - 0.3.5 - fix(ci)
add Gitea release asset uploader and switch release workflow to use it; bump package and daemon versions to 0.3.4
- Add .gitea/release-upload.ts: streams assets to Gitea to avoid curl's 2GB multipart limit
- Update CI workflow (.gitea/workflows/release.yml) to run the TypeScript uploader via tsx
- Bump package.json and ecoos_daemon/ts/version.ts to 0.3.4
- Update bundled eco-daemon binary in isobuild/config/includes.chroot/opt/eco/bin/
## 2026-01-09 - 0.3.2 - fix(release)
bump package and daemon to v0.3.1, add project README, and fix Gitea release upload flag