mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
* chore(orchestrator): rename openwrk to openwork-orchestrator Rename the host package and internal references from openwrk to openwork-orchestrator, and expose the CLI as 'openwork'. Update desktop/UI runtime wiring, release workflows, and docs; bundle the Tauri sidecar as 'openwork-orchestrator' to avoid Cargo package name collisions. * chore: keep orchestrator publish script executable * chore: update pnpm lockfile * chore: sync lockfile with orchestrator deps * docs: update orchestrator usage + release notes Document that openwork-orchestrator installs the 'openwork' CLI, update release command wording, and remove obsolete workflow branch trigger.
1.0 KiB
1.0 KiB
description
| description |
|---|
| Run the OpenWork release flow |
You are running the OpenWork release flow in this repo.
Arguments: $ARGUMENTS
- If empty, default to a patch release.
- If set to
minorormajor, use that bump type.
Do the following, in order, and stop on any failure:
- Sync
devand ensure the working tree is clean. - Bump app/desktop versions using
pnpm bump:$ARGUMENTS(orpnpm bump:patchif empty). - If any dependencies were pinned or changed, run
pnpm install --lockfile-only. - Run
pnpm release:reviewand resolve any mismatches. - Tag and push:
git tag vX.Y.Zandgit push origin vX.Y.Z, thengit push origin dev. - Watch the Release App GitHub Actions workflow to completion.
- If releasing openwork-orchestrator sidecars, build deterministically with
SOURCE_DATE_EPOCH, upload assets toopenwork-orchestrator-vX.Y.Z, and publishopenwork-orchestrator. - If
openwork-serveroropencode-routerversions changed, publish those packages.
Report what you changed, the tag created, and the GHA status.