From f4c4f652c76c1966ce12e8e09a37c666a83bce52 Mon Sep 17 00:00:00 2001 From: Gaoyang Date: Wed, 5 Aug 2026 17:09:45 +0800 Subject: [PATCH] feat: auto-generate GitHub release notes and prefix release title --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deed7a2..e11ea03 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,8 +78,10 @@ jobs: - name: Upload to release uses: softprops/action-gh-release@v2 with: + name: AIUsageMonitor ${{ github.ref_name }} files: aimon-cli-${{ github.ref_name }}-${{ matrix.rid }}.* prerelease: ${{ contains(github.ref_name, '-') }} + generate_release_notes: true publish-nuget: name: Publish dotnet tool to NuGet