Skip to content

fix: examples/hwp5_review/ gitignore 충돌로 인한 release-plz 차단 해소#92

Merged
pignuante merged 1 commit into
mainfrom
fix/gitignore-review-tracked-conflict
Jul 1, 2026
Merged

fix: examples/hwp5_review/ gitignore 충돌로 인한 release-plz 차단 해소#92
pignuante merged 1 commit into
mainfrom
fix/gitignore-review-tracked-conflict

Conversation

@pignuante

Copy link
Copy Markdown
Contributor

문제

#91 의 gitignore 커밋(52cc29d)이 examples/hwp5_review/ 를 blanket ignore 했으나, 이 디렉터리엔 39개 tracked 리뷰 샘플(README.md + chart_*/mixed_*/sample-*.hwpx)이 있어 cargo/release-plz 가 files both committed and in .gitignore 로 실패했습니다 (Release PR 스텝, run 28498167186). → main 의 release-plz 파이프라인 차단, 0.10.0 Release PR 미생성.

수정

  • examples/hwp5_review/ blanket 규칙 제거 + 사유 주석 추가
  • tests/fixtures/hwp5/crossref/*.hwpx 규칙 유지 (tracked 충돌 0)

검증

#91 의 gitignore 커밋(52cc29d)이 examples/hwp5_review/ 를 blanket ignore 했으나
이 디렉터리엔 39개 tracked 리뷰 샘플(README.md + chart_*/mixed_*/sample-*.hwpx)이
있어 cargo/release-plz 가 'files both committed and in .gitignore' 로 실패했다
(Release PR 스텝, run 28498167186). blanket 규칙 제거 + 사유 주석. crossref stray
출력 규칙(tracked 0 충돌)은 유지.
@pignuante pignuante added this pull request to the merge queue Jul 1, 2026
Merged via the queue into main with commit 5bffdc5 Jul 1, 2026
11 checks passed
@pignuante pignuante deleted the fix/gitignore-review-tracked-conflict branch July 4, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant