What problem does it solve?
This skill codifies the final human-approved release publication workflow for WorkClaw to ensure version consistency, run required release checks, push the canonical tag, and produce a local Windows installer without manual mistakes.
Core Features & Use Cases
- Release metadata synchronization: update apps/runtime/package.json, Cargo.toml, and tauri.conf.json so all runtime version files match the approved tag.
- Verification and packaging: run release checks and test suites, build the runtime, and produce local .exe or .msi artifacts while triggering remote CI via a pushed tag.
- Use Case: After a manager confirms version vX.Y.Z and bilingual release notes, execute this workflow to commit release changes, push main, create and push the tag, and provide local installer paths for QA and distribution.
Quick Start
Publish version v2.3.0 with the confirmed bilingual release notes, run the release checks and packaging, push main, create and push the tag, and report the local Windows installer path.