Files
openwork/.opencode/commands/release.md
ben 6284b581f7 chore: rename openwrk to openwork-orchestrator (#573)
* 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.
2026-02-15 14:24:42 -08:00

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 minor or major, use that bump type.

Do the following, in order, and stop on any failure:

  1. Sync dev and ensure the working tree is clean.
  2. Bump app/desktop versions using pnpm bump:$ARGUMENTS (or pnpm bump:patch if empty).
  3. If any dependencies were pinned or changed, run pnpm install --lockfile-only.
  4. Run pnpm release:review and resolve any mismatches.
  5. Tag and push: git tag vX.Y.Z and git push origin vX.Y.Z, then git push origin dev.
  6. Watch the Release App GitHub Actions workflow to completion.
  7. If releasing openwork-orchestrator sidecars, build deterministically with SOURCE_DATE_EPOCH, upload assets to openwork-orchestrator-vX.Y.Z, and publish openwork-orchestrator.
  8. If openwork-server or opencode-router versions changed, publish those packages.

Report what you changed, the tag created, and the GHA status.