release
Installation
SKILL.md
/itp:release
Delegate to the repository's mise release tasks. Every repo should define its own release DAG in .mise/tasks/release/.
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
First Action: Detect Repo's Release Tasks
# Check if the repo has mise release tasks
mise tasks ls 2>/dev/null | grep -i release
- If tasks exist: Delegate to
mise run release:full(or the repo's equivalent) - If no tasks: Fall back to reading the semantic-release skill for guidance