fix(changeset): remove invalid package name from ignore list#207
fix(changeset): remove invalid package name from ignore list#207froggy1014 merged 1 commit intomainfrom
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Summary
changeset config의
ignore에 워크스페이스에 존재하지 않는@sipe-team/package-name플레이스홀더가 있어changeset publish시 ValidationError 발생ignore배열을 비워서 해결https://github.com/sipe-team/side/actions/runs/24239559057/job/70770501186
Test plan
changeset publish정상 동작 확인