Skip to content

delete/changeset#300

Merged
qtaghdi merged 1 commit into
developfrom
delete/changeset
Jun 18, 2026
Merged

delete/changeset#300
qtaghdi merged 1 commit into
developfrom
delete/changeset

Conversation

@qtaghdi

@qtaghdi qtaghdi commented Jun 18, 2026

Copy link
Copy Markdown
Member

작업 개요

사용하지 않는 @changesets 스캐폴딩을 제거한다.

근거

  • .changeset/(config.json·README.md)는 툴링 셋업 때 스캐폴딩만 되고 한 번도 연결된 적 없음
  • @changesets/cli 의존성 없음, changeset 스크립트 없음, CI/release 워크플로우에서 참조 없음
  • 릴리즈는 태그 기반(v* 태그 → GitHub Actions npm publish) — changeset 이 끼어들 자리 없음
  • config 의 access: "restricted" 가 패키지의 publishConfig.access: "public" 과 불일치 (미사용 방증)

작업한 내용

  • .changeset/config.json, .changeset/README.md 삭제

참고

  • 추후 자동 버저닝/체인지로그가 필요하면 그때 changeset 을 제대로 도입(의존성 + 스크립트 + changesets/action)하면 됨. 지금은 죽은 설정 정리만.

Summary by CodeRabbit

  • Chores
    • Changesets 관련 설정 파일 정리 및 최적화

@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>
@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 55be18b4-a4b5-4952-a2ef-b48c0a905419

📥 Commits

Reviewing files that changed from the base of the PR and between 4d00261 and 248d889.

📒 Files selected for processing (2)
  • .changeset/README.md
  • .changeset/config.json
💤 Files with no reviewable changes (2)
  • .changeset/README.md
  • .changeset/config.json

📝 Walkthrough

Walkthrough

.changeset/README.md에서 # Changesets 안내 문구 8줄이 제거되어 파일 본문이 비워졌으며, .changeset/config.json에서 스키마, changelog 경로, commit, access, baseBranch, 내부 의존성 관련 설정 11줄이 삭제되었습니다.

Changes

Cohort / File(s) Summary
Changeset 파일 내용 제거
.changeset/README.md, .changeset/config.json
README.md의 안내 문구 전체 삭제 및 config.json의 Changesets 설정(스키마, changelog, commit, access, baseBranch 등) 전체 삭제

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목이 변경 사항의 핵심을 명확하게 반영합니다. 불필요한 '@changesets' 스캐폴딩을 제거하는 주요 목적을 간결하게 표현하고 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch delete/changeset

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@qtaghdi qtaghdi merged commit 4bbdab2 into develop Jun 18, 2026
3 checks passed
@qtaghdi qtaghdi deleted the delete/changeset branch June 18, 2026 02:38
@qtaghdi qtaghdi mentioned this pull request Jun 18, 2026
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