From d634a3d99a1c6ec264275708a349befe8e48649f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=84=86=E8=96=AF=E9=A5=BC?= Date: Wed, 11 Dec 2024 10:52:00 +0800 Subject: [PATCH] feat: changelog style Update changelog.handlebars --- changelog.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.handlebars b/changelog.handlebars index 9078ab5..2860c79 100644 --- a/changelog.handlebars +++ b/changelog.handlebars @@ -9,9 +9,9 @@ import { Badge } from '@theme'; {{#each releases}} -## [{{{this.name}}}]({{{this.html_url}}}) {{#if this.draft}}{{else if this.prerelease}}{{else}}{{/if}} +## [{{{this.name}}}]({{{this.html_url}}}) {{#if this.draft}}{{else if this.prerelease}}{{else}}{{/if}} {{{this.body}}} -{{/each}} \ No newline at end of file +{{/each}}