askill
release

releaseSafety 75Repository

Step through versioning, tagging, and verification

10.2k stars
203.7k downloads
Updated 2/22/2026

Package Files

Loading files...
SKILL.md

Prepare

Confirm the repo is on main and clean. Keep changes aligned with OpenCode primitives like .opencode, opencode.json, skills, and plugins when relevant.


Bump

Update versions in packages/app/package.json, packages/desktop/package.json, packages/orchestrator/package.json (publishes as openwork-orchestrator), packages/desktop/src-tauri/tauri.conf.json, and packages/desktop/src-tauri/Cargo.toml. Use one of these commands.

pnpm bump:patch
pnpm bump:minor
pnpm bump:major
pnpm bump:set -- 0.1.21

Merge

Merge the version bump into main. Make sure no secrets or credentials are committed.


Tag

Create and push the tag to trigger the Release App workflow.

git tag vX.Y.Z
git push origin vX.Y.Z

Rerun

If a tag needs a rerun, dispatch the workflow.

gh workflow run "Release App" --repo different-ai/openwork -f tag=vX.Y.Z

Verify

Confirm the run and the published release.

gh run list --repo different-ai/openwork --workflow "Release App" --limit 5
gh release view vX.Y.Z --repo different-ai/openwork

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

73/100Analyzed 2/22/2026

A well-structured release workflow skill with clear step-by-step instructions and actionable commands. Covers versioning, tagging, and verification comprehensively. Penalized for high specificity to the openwork repository (hardcoded paths, repo names in commands), making it primarily useful only for this project. The structure and tags suggest good discoverability within the .opencode ecosystem."

75
90
45
70
90

Metadata

Licenseunknown
Version-
Updated2/22/2026
Publisherdifferent-ai

Tags

github-actions