docs: 11.6.0 공개 릴리스 노트 중복 제거#1012
Merged
Merged
Conversation
Constraint: 11.6.0 릴리스 노트는 Confluence 경로상 Unreleased 하위 문서이며 공개 release-notes 하위 중복 파일만 삭제합니다. Rejected: release-notes _meta 수정 | 현재 _meta에는 11.6.0 항목이 없어 추가 수정이 불필요합니다. Confidence: high Scope-risk: narrow Directive: 11.6.0 릴리스 노트를 공개 릴리스로 전환할 때는 unreleased 경로에서 release-notes 경로로 이동하고 각 locale _meta를 함께 갱신해야 합니다. Tested: git diff --check; release-notes 중복 파일 삭제 및 unreleased 파일 유지 확인; release-notes/unreleased _meta 등록 상태 확인 Not-tested: full production build not run for deletion-only docs change Co-Authored-By: Atlas <atlas@jk.agent>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
문제 현상
11.6.0릴리스 노트는 Confluence 원본 경로 기준Unreleased > 11.6.0문서입니다.src/content/{locale}/unreleased/11.6.0.mdx와unreleased/_meta.ts등록이 존재합니다.src/content/{locale}/release-notes/11.6.0.mdx도 함께 존재해 공개 릴리스 노트 경로에 중복 문서가 남아 있었습니다.구현 내용
src/content/ko/release-notes/11.6.0.mdxsrc/content/en/release-notes/11.6.0.mdxsrc/content/ja/release-notes/11.6.0.mdxunreleased/11.6.0.mdx와unreleased/_meta.ts등록은 유지했습니다.release-notes/_meta.ts에는 이미11.6.0항목이 없어 추가 수정하지 않았습니다.검증
git diff --check origin/main...HEADko/en/ja의unreleased/11.6.0.mdx존재 확인ko/en/ja의unreleased/_meta.ts에11.6.0등록 유지 확인ko/en/ja의release-notes/_meta.ts에11.6.0미등록 확인미검증