From 1800486d247ed1856daa84c2357c0086b91a65e2 Mon Sep 17 00:00:00 2001 From: hi2hi Date: Mon, 9 Dec 2024 02:58:35 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E4=BB=A5=E5=8C=85=E5=90=AB=E6=9C=80?= =?UTF-8?q?=E8=BF=91=E6=8F=90=E4=BA=A4=E7=9A=84=E8=AF=A6=E7=BB=86=E5=8F=98?= =?UTF-8?q?=E6=9B=B4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a191ae..6b54e65 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -132,7 +132,7 @@ jobs: - name: Add release notes run: | # 获取最近一次提交的变更内容 - git log -1 --pretty=format:"%s" > changes.txt + git log -1 --pretty=format:"%s%n%b" > changes.txt # 获取现有的发布说明 gh release view v${{ steps.determine_version.outputs.version }} --json body -q .body > body.txt