Skip to content

v2.2.0

@mirmachynka mirmachynka tagged this 30 Jun 13:48
This release expands `@trebired/git-host` into a stronger repository automation platform with a documented GitHub-Actions-inspired workflow subset and a fuller publish pipeline story.

Repository workflows can now model multi-job CI and package publish flows with `workflow_dispatch` inputs, `push` branch and tag triggers, top-level env and concurrency settings, `needs`, `if`, matrix expansion, built-in `uses:` handlers, artifacts, scoped `${{ ... }}` expressions, and host-provided secrets with output redaction.

This release also improves release publishing around runner packaging and downloadable release assets, while keeping repository snapshot execution, persistent run history, and live Socket.IO workflow event streaming intact.

In addition to the larger workflow engine upgrade, this tag is republished on a follow-up commit that restores compatibility for both the moved `scripts/build/runner.mjs` entrypoint and the older `scripts/build-runner.mjs` path used by release automation.

See `CHANGELOG.md` for full details.
Assets 2
Loading