fix(release): ignore generated changelog formatting - #24
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Prettier ignore configuration was updated to exclude ChangesFormatting configuration
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
Greptile SummaryExcludes generated changelog Markdown from formatting checks.
Confidence Score: 5/5The PR appears safe to merge with no actionable defects identified. The formatter supports
What T-Rex did
|
| Filename | Overview |
|---|---|
| .prettierignore | Adds the generated changelog to the formatter ignore list; no actionable issue identified. |
Reviews (1): Last reviewed commit: "fix(release): ignore generated changelog..." | Re-trigger Greptile
Summary
Why
Release Please emits valid changelog Markdown whose spacing differs from the repository formatter. The generated 0.4.1 PR therefore fails
pnpm checkeven though its package versions and release content are correct.Testing
pnpm checkReview Notes
.prettierignoreis the formatter standard ignore file and contains onlyCHANGELOG.md.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by cubic
Add
.prettierignoreto excludeCHANGELOG.mdfrom Prettier. This avoids formatting conflicts withrelease-please-generated changelogs and unblockspnpm checkon release PRs.Written for commit e3cffb6. Summary will update on new commits.
Summary by CodeRabbit