mirror of
https://github.com/different-ai/openwork
synced 2026-05-15 11:36:23 +02:00
1005 B
1005 B
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 openwrk sidecars, build deterministically with
SOURCE_DATE_EPOCH, upload assets toopenwrk-vX.Y.Z, and publishopenwrk. - If
openwork-serverorowpenworkversions changed, publish those packages.
Report what you changed, the tag created, and the GHA status.