delete/changeset#300
Conversation
@changesets 는 스캐폴딩(.changeset/config.json·README.md)만 되고 한 번도 연결된 적이 없다 — @changesets/cli 의존성·스크립트·워크플로우 어디에도 없고, 릴리즈는 태그 기반(v* 태그 → GitHub Actions npm publish)이다. config 의 access:restricted 도 패키지의 publishConfig.access:public 과 불일치(미사용 방증). 죽은 폴더 제거. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
📝 WalkthroughWalkthrough
Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request removes the Changesets configuration and documentation files from the repository. There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
작업 개요
사용하지 않는
@changesets스캐폴딩을 제거한다.근거
.changeset/(config.json·README.md)는 툴링 셋업 때 스캐폴딩만 되고 한 번도 연결된 적 없음@changesets/cli의존성 없음, changeset 스크립트 없음, CI/release 워크플로우에서 참조 없음v*태그 → GitHub Actions npm publish) — changeset 이 끼어들 자리 없음access: "restricted"가 패키지의publishConfig.access: "public"과 불일치 (미사용 방증)작업한 내용
.changeset/config.json,.changeset/README.md삭제참고
changesets/action)하면 됨. 지금은 죽은 설정 정리만.Summary by CodeRabbit