From d18928e92bb680f938721574037a28376e201a24 Mon Sep 17 00:00:00 2001 From: JongKyung Lee Date: Tue, 15 Sep 2026 17:44:26 +0900 Subject: [PATCH] chore(skill): update preview workflow reference --- .claude/skills/release-manager/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/release-manager/SKILL.md b/.claude/skills/release-manager/SKILL.md index 12e370ea6e..ab1d76864a 100644 --- a/.claude/skills/release-manager/SKILL.md +++ b/.claude/skills/release-manager/SKILL.md @@ -36,7 +36,7 @@ Before post-release work, fetch `origin/main` and read its copy of this skill (` 3. Merging the PR pushes a `packages/cli/package.json` change to `main`, which triggers `release.yml`: build, manual approval gate, npm publish, GitHub release, Docker image, Discord notification. 4. Release manager: polish the GitHub release notes, verify installs, announce. -Canonical sources: `.github/workflows/prepare_release.yml`, `.github/workflows/release.yml`, `.github/workflows/publish-to-pkg.pr.new.yml`. +Canonical sources: `.github/workflows/prepare_release.yml`, `.github/workflows/release.yml`, `.github/workflows/publish-preview.yml`. ## 1. Start the release