From 6a065ca2f258c595b634daf5f19c317252ff6eae Mon Sep 17 00:00:00 2001 From: samanhappy Date: Thu, 17 Apr 2025 18:52:35 +0800 Subject: [PATCH] fix: add release notes generation to GitHub release workflow (#11) Co-authored-by: samanhappy@qq.com --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 168a465..8625009 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,3 +15,5 @@ jobs: uses: actions/checkout@v4 - name: Release uses: softprops/action-gh-release@v2 + with: + gen_release_notes: true