From a10d4fea5c2696bcb594160846f3bfc928edac8f Mon Sep 17 00:00:00 2001 From: Sameer Chore Date: Tue, 22 Sep 2026 19:19:56 +0530 Subject: [PATCH] fix: align release post frontmatter with blog layout --- scripts/release/template.md.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release/template.md.hbs b/scripts/release/template.md.hbs index cf77fea8..97ac5722 100644 --- a/scripts/release/template.md.hbs +++ b/scripts/release/template.md.hbs @@ -2,8 +2,8 @@ date: '{{date}}' category: release title: 'webpack {{version}}' -layout: blog-post -author: '{{author}}' +layout: post +authors: '{{author}}' --- # webpack {{version}} @@ -35,4 +35,4 @@ author: '{{author}}' {{/each}} {{/if}} -{{/with}} \ No newline at end of file +{{/with}}