Skip to content

Commit a427f8c

Browse files
cjw783claude
andcommitted
docs(publish): generalize docs deploy remote note
특정 로컬 클론 환경('이 클론처럼 upstream 없음')에 종속된 서술을 제거하고, 정본을 가리키는 리모트에 따라 docs:deploy(upstream)/docs:deploy-origin(origin)을 고른다는 일반적 안내로 변경. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 9541cdd commit a427f8c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

dev-guide/PUBLISH_GUIDE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,9 @@ release/{scope}-{version}
7979
6. pnpm docs:deploy 로 문서 사이트를 배포한다. (릴리즈 후 필수)
8080
문서 사이트의 릴리즈 노트(/releases)·버전 표시는 빌드 시 GitHub Release를
8181
가져와 갱신하므로, 릴리즈 노트 작성 후 문서를 배포하지 않으면 낡은 채 남는다.
82-
※ 이 클론처럼 origin이 정본(naver/egjs-flicking)이고 upstream 리모트가 없으면
83-
pnpm docs:deploy-origin 을 사용한다. 상세 → DOCS_GUIDE.md "배포"
82+
※ 배포 명령은 정본(naver/egjs-flicking)을 가리키는 리모트에 따라 고른다.
83+
docs:deploy 는 upstream, docs:deploy-origin 은 origin에 배포한다.
84+
상세 → DOCS_GUIDE.md "배포"
8485
```
8586

8687
```bash
@@ -288,7 +289,7 @@ pnpm publish:stable
288289
pnpm release
289290
gh release create "4.17.0" --title "4.17.0 Release" --generate-notes
290291
# 6. 문서 사이트 배포 (릴리즈 후 필수 — /releases·버전 표시 갱신)
291-
# origin이 정본이고 upstream 리모트가 없으면 docs:deploy-origin 사용
292+
# 정본을 가리키는 리모트에 따라 docs:deploy(upstream) 또는 docs:deploy-origin(origin)
292293
pnpm docs:deploy
293294
```
294295

0 commit comments

Comments
 (0)