fix: align release post frontmatter with blog layout - #276
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Navigate logical layers of code changes, visualize relationships, and explore their blast radius. No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe release blog post template now uses the Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to Generated release posts will use the existing post layout and preserve author information under the authors field. The change is ready to merge. 🚥 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 |
Summary
This PR fixes the frontmatter generated for automated webpack release blog posts.
The template used
layout: blog-postandauthor, but the website expectslayout: postandauthors. This could cause release posts to use the wrong layout or fail to display author information.What kind of change does this PR introduce?
This is a bug fix.
Did you add tests for your changes?
No new automated tests were added because this is a two-line template correction.
Validation performed:
Does this PR introduce a breaking change?
No. This only makes newly generated release posts match the existing blog format.
If relevant, what needs to be documented once your changes are merged or what have you already documented?
No documentation changes are required.
Use of AI
Yes by Ai I identify frontmatter mismatch, make the minimal change, and run validation checks. I reviewed the generated output and verified the final change while being in the loop manually .
Summary by CodeRabbit