Skip to content

Commit d819bb7

Browse files
jinwoo-choi-05claude
andcommitted
chore: replace release-helper with custom release script
release-helper의 changelog/release 기능에서 개별 패키지 버전 헤더가 루트 package.json 버전으로 잘못 표시되는 문제를 발견하여 자체 스크립트로 대체한다. release-helper 복귀 조건은 PUBLISH_GUIDE에 문서화. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a4da55c commit d819bb7

7 files changed

Lines changed: 316 additions & 1202 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ pnpm publish:stable:{pkg} # 개별 빌드 + 정식 퍼블리시 (flicking|re
7070
pnpm publish:beta # 전체 빌드 + 베타 퍼블리시
7171
pnpm publish:beta:{pkg} # 개별 빌드 + 베타 퍼블리시
7272

73-
# 릴리즈 (Release: changelog + commit + tag + GitHub Release)
73+
# 릴리즈 (Release: changelog + commit + tag + push)
7474
pnpm release # 전체 릴리즈 파이프라인
75-
pnpm release:changelog # changelog만 생성
75+
pnpm release:dry-run # 실행하지 않고 명령어만 출력
7676

7777
# 문서 배포 (Deploy: 문서 사이트)
7878
pnpm docs:build # API 문서 생성 + Docusaurus 빌드

config/changelog.js

Lines changed: 0 additions & 234 deletions
This file was deleted.

0 commit comments

Comments
 (0)