Stack Publish banner
Lucioway Lucioway

Stack Publish

Documentation community

Description

--- name: stack-publish description: "Publish a new way-stack version — bumps plugin.json version, updates CHANGELOG.md, commits, tags, and pushes to origin. Run from inside the way-stack repo. Usage: /stack-publish <version> <description>" --- # /stack-publish — One-shot release Publish a new version of the way-stack plugin repo. Handles version bump, changelog, commit, tag, and push in one flow. ## Arguments `$ARGUMENTS` = `<version> <description>` Examples: - `/stack-publish 1.1.0 "add n

Installation

Installs to ~/.claude/skills/lucioway-way-stack-stack-publish/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lucioway-way-stack-stack-publish && curl -fsSL https://raw.githubusercontent.com/Lucioway/way-stack/HEAD/commands/stack-publish.md -o ~/.claude/skills/lucioway-way-stack-stack-publish/SKILL.md

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

Full documentation available on GitHub

View Source Repository