Release Patch banner
yazelin yazelin

Release Patch

Documentation community

Description

--- description: Cut a patch / minor release for mori-desktop — bump version in Cargo.toml / tauri.conf.json / package.json, append CHANGELOG entry, sync roadmap, then commit. Invoke when the user says "發佈 vX.Y.Z" / "release vX.Y.Z" / "cut a patch release" / "出個小 release". Does NOT push or tag — stops at the local commit and reports next steps so user picks A (direct push) vs B (PR flow). --- # release-patch — Mori-desktop release commit Cut a release commit locally. **Stops before push / tag*

Installation

Installs to ~/.claude/skills/yazelin-mori-desktop-release-patch/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yazelin-mori-desktop-release-patch && curl -fsSL https://raw.githubusercontent.com/yazelin/mori-desktop/HEAD/.claude/skills/release-patch.md -o ~/.claude/skills/yazelin-mori-desktop-release-patch/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository