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:

  1. [releasing] Verify working tree + version
  2. [releasing] Update CHANGELOG.md
  3. [releasing] Align README.md
  4. [releasing] Secret leak scan
  5. [releasing] Prepare tag command
Installs
1
GitHub Stars
1
First Seen
Jun 24, 2026
releasing — wayne930242/cc-dispatch