release
Release this CLI by bumping package.json and letting the main-branch workflow tag, build, and publish
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Release this CLI by bumping package.json and letting the main-branch workflow tag, build, and publish
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | release |
| description | Release this CLI by bumping package.json and letting the main-branch workflow tag, build, and publish |
Use this when the user asks to publish, ship, or release a new version of this CLI.
The release trigger is the package.json version on main.
bump package.json version -> validate locally -> commit -> push main
-> .github/workflows/release.yml tags vX.Y.Z
-> workflow runs check/build and uploads dist/{{APP_NAME}} to the GitHub Release
Do not create the tag manually unless the workflow is broken and the user explicitly accepts a manual recovery path.
bun run check
bun run build
package.json with the smallest correct SemVer change.bun run check after the version bump.main.gh run list --workflow release.yml --limit 1
gh run watch <run-id>
gh release view vX.Y.Z
package.json is the version source of truth; do not hardcode versions in source.