From dd8f2efb375aec95aa1bb1ab2c9e8390b4715552 Mon Sep 17 00:00:00 2001 From: yukaidi Date: Sun, 31 May 2026 16:39:13 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20Release=20=E8=87=AA=E5=8A=A8=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=9B=B4=E6=96=B0=E8=AF=B4=E6=98=8E=EF=BC=88generate?= =?UTF-8?q?=5Frelease=5Fnotes=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 2ada315..18710c2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -269,3 +269,4 @@ jobs: with: files: ${{ matrix.artifact-name }}.zip tag_name: ${{ github.ref_name }} + generate_release_notes: true