fix: examples/hwp5_review/ gitignore 충돌로 인한 release-plz 차단 해소#92
Merged
Conversation
#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 충돌)은 유지.
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.
문제
#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)검증
.gitignore기준 tracked-and-ignored 파일 0. 머지 후 release-plz 재실행 시 feat!: 다단 구분선(colLine) carry + 문서 정합 최신화 + rmcp 2.0 보안(#90) #91 의feat!반영한 0.10.0 Release PR 생성 예상.