releasing
Installation
SKILL.md
Releasing cc-dispatch
Prepare a release for cc-dispatch. Target version: $ARGUMENTS (if empty, ask the user for the version first).
Overview
cc-dispatch releases are built by the existing GoReleaser pipeline in .github/workflows/release.yml, triggered by pushing a version tag. This skill prepares everything that must be right before the tag is pushed, then emits the tag command for the user to run.
Scope: CHANGELOG update → README alignment → secret leak scan → tag prep. Does NOT push. The user pushes the tag.
Task Initialization (MANDATORY)
Before ANY action, create the task list using TaskCreate:
[releasing] Verify working tree + version[releasing] Update CHANGELOG.md[releasing] Align README.md[releasing] Secret leak scan[releasing] Prepare tag command